Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspetit authored Jul 3, 2024
1 parent 92f3c81 commit 5a3c4c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ RUN apt-get update && \
apt-get install -y buildah && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*


ENV BUILDAH_ISOLATION=chroot
ENV BUILDAH_LAYERS=true

USER runner

0 comments on commit 5a3c4c1

Please sign in to comment.