We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349e60 commit fc792b6Copy full SHA for fc792b6
1 file changed
launcher/Dockerfile
@@ -8,13 +8,7 @@ RUN set -e; \
8
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/10no-check-valid-until && \
9
# Install packages with exact versions for reproducibility
10
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 && \
+ apt-get install -y --no-install-recommends docker-compose=1.29.2-3 && \
18
rm -rf /var/lib/apt/lists/* && \
19
rm -rf /var/log/* /var/cache/ldconfig/aux-cache
20
0 commit comments