Skip to content

Commit a24dded

Browse files
committed
chg: install ca certificate
1 parent 8d5cbac commit a24dded

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
FROM ghcr.io/prefix-dev/pixi:latest
1+
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
26

37
WORKDIR /app
48

0 commit comments

Comments
 (0)