Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Oct 20, 2023
1 parent 258eb70 commit 569cd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/library/python:3.11-slim-bullseye

RUN addgroup --system nonroot \
&& adduser --system nonroot -G nonroot
&& adduser --system nonroot --ingroup nonroot
USER nonroot

RUN apt-get update && \
Expand Down

0 comments on commit 569cd20

Please sign in to comment.