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 bb122f0 commit 0c5e7c0Copy full SHA for 0c5e7c0
tests/performance/docker/Dockerfile
@@ -10,6 +10,7 @@ LABEL maintainer=bisgaard-itis
10
# NOTE: to list the latest version run `make` inside `scripts/apt-packages-versions`
11
ENV DOCKER_APT_VERSION="5:26.1.4-1~debian.12~bookworm"
12
13
+# -------------------------- Install docker -------------------
14
# for docker apt caching to work this needs to be added: [https://vsupalov.com/buildkit-cache-mount-dockerfile/]
15
RUN rm -f /etc/apt/apt.conf.d/docker-clean && \
16
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
0 commit comments