Skip to content

Commit 7d9e6fe

Browse files
DEV: organize apt installs
1 parent c28395b commit 7d9e6fe

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

image/base/Dockerfile

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,22 @@ RUN --mount=type=tmpfs,target=/var/log \
7272
--mount=type=tmpfs,target=/var/cache/apt \
7373
--mount=type=tmpfs,target=/var/lib/apt \
7474
echo "debconf debconf/frontend select Teletype" | debconf-set-selections; \
75-
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install gnupg sudo curl fping locales \
75+
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
76+
gnupg sudo curl fping locales \
7677
ca-certificates rsync \
77-
cmake g++ pkg-config patch \
78-
libxslt-dev libcurl4-openssl-dev \
79-
libssl-dev libyaml-dev libtool \
80-
libxml2-dev gawk \
81-
libreadline-dev anacron wget \
82-
psmisc whois brotli libunwind-dev \
78+
gawk anacron wget \
79+
psmisc whois brotli \
8380
pngcrush pngquant ripgrep poppler-utils \
81+
# gem build dependencies
82+
cmake g++ pkg-config patch \
83+
libtool \
84+
libxslt-dev \
85+
libcurl4-openssl-dev \
86+
libssl-dev \
87+
libyaml-dev \
88+
libxml2-dev \
89+
libreadline-dev \
90+
libunwind-dev \
8491
# nginx runtime dependencies
8592
libpcre3 zlib1g \
8693
# imagemagick runtime dependencies

0 commit comments

Comments
 (0)