Skip to content

Commit 806275e

Browse files
committed
document space requirements per section
1 parent 8379e9b commit 806275e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
# 78 MB: Baseimage
12
FROM ubuntu:22.04
23

34
ENV DEBIAN_FRONTEND=noninteractive
45

5-
# Download OpenRGB 1.0rc1 AppImage
6+
# 104 MB: Download OpenRGB 1.0rc1 AppImage
67
RUN 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)
1415
RUN 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-
4747
WORKDIR /root
4848

4949
# Start a bash shell when running the container

0 commit comments

Comments
 (0)