File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 78 MB: Baseimage
12FROM ubuntu:22.04
23
34ENV DEBIAN_FRONTEND=noninteractive
45
5- # Download OpenRGB 1.0rc1 AppImage
6+ # 104 MB: Download OpenRGB 1.0rc1 AppImage
67RUN apt-get -o Acquire::ForceIPv4=true update && \
78 apt-get install -y --no-install-recommends curl ca-certificates && \
89 curl -L --retry 5 --retry-delay 3 \
910 https://openrgb.org/releases/release_candidate_1.0rc1/OpenRGB_1.0rc1_x86_64_1fbacde.AppImage \
1011 -o /usr/local/bin/OpenRGB.AppImage && \
1112 chmod +x /usr/local/bin/OpenRGB.AppImage
1213
13- # Install all needed dependencies for OpenRGB AppImage CLI (no GUI required)
14+ # 231 MB: Install all needed dependencies for OpenRGB AppImage CLI (no GUI required)
1415RUN apt install -y \
1516 libusb-1.0-0 \
1617 libhidapi-libusb0 \
@@ -43,7 +44,6 @@ RUN apt install -y \
4344 libxcb-xtest0
4445 # && rm -rf /var/lib/apt/lists/*
4546
46-
4747WORKDIR /root
4848
4949# Start a bash shell when running the container
You can’t perform that action at this time.
0 commit comments