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 11449db commit 75ae8e3Copy full SHA for 75ae8e3
image/base/Dockerfile
@@ -69,6 +69,8 @@ RUN echo 2.0.`date +%Y%m%d` > /VERSION
69
RUN echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE}-backports main" > "/etc/apt/sources.list.d/${DEBIAN_RELEASE}-backports.list"
70
71
RUN --mount=type=tmpfs,target=/var/log \
72
+ --mount=type=tmpfs,target=/var/cache/apt \
73
+ --mount=type=tmpfs,target=/var/lib/apt \
74
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 \
76
ca-certificates rsync \
0 commit comments