There was an error while loading. Please reload this page.
1 parent 8d5cbac commit a24ddedCopy full SHA for a24dded
1 file changed
Dockerfile
@@ -1,4 +1,8 @@
1
-FROM ghcr.io/prefix-dev/pixi:latest
+FROM ghcr.io/prefix-dev/pixi:bullseye
2
+
3
+RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4
+ --mount=type=cache,target=/var/lib/apt,sharing=locked \
5
+ apt-get update && apt-get install -y ca-certificates
6
7
WORKDIR /app
8
0 commit comments