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 6466e90 commit 64e788eCopy full SHA for 64e788e
Dockerfile
@@ -22,7 +22,9 @@ ARG PIXI_VERSION
22
ARG PIXI_AMD64_SHA256
23
ARG PIXI_ARM64_SHA256
24
25
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
26
+ --mount=type=cache,target=/var/lib/apt,sharing=locked \
27
+ apt-get update && apt-get install -y --no-install-recommends \
28
wget \
29
ca-certificates && \
30
ARCH=$(dpkg --print-architecture) && \
0 commit comments