Skip to content

Commit fc792b6

Browse files
committed
launcher: Remove unused packages
1 parent b349e60 commit fc792b6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

launcher/Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ RUN set -e; \
88
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/10no-check-valid-until && \
99
# Install packages with exact versions for reproducibility
1010
apt-get -o Acquire::Check-Valid-Until=false update && \
11-
apt-get install -y --no-install-recommends \
12-
docker.io=20.10.24+dfsg1-1+deb12u1 \
13-
docker-compose=1.29.2-3 \
14-
curl=7.88.1-10+deb12u12 \
15-
jq=1.6-2.1 \
16-
bash=5.2.15-2+b7 \
17-
coreutils=9.1-1 && \
11+
apt-get install -y --no-install-recommends docker-compose=1.29.2-3 && \
1812
rm -rf /var/lib/apt/lists/* && \
1913
rm -rf /var/log/* /var/cache/ldconfig/aux-cache
2014

0 commit comments

Comments
 (0)