Update contrib/docker/minimal-hardened-image/Dockerfile

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
Karl Haworth
2024-08-14 10:32:59 -04:00
committed by Karl Haworth
parent 7529219d6c
commit d7b06a60b0
@@ -11,6 +11,7 @@
# syntax = docker/dockerfile:1.4
# Build Python environment in a separate builder stage
FROM cgr.dev/chainguard/python:latest-dev as python-builder
RUN --mount=type=cache,target=/home/nonroot/.cache/pip,uid=65532,gid=65532 \