Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Oct 23, 2023
1 parent 8721fce commit 7b4517d
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 --group nonroot
&& adduser --system --ingroup nonroot nonroot

USER nonroot

Expand Down

0 comments on commit 7b4517d

Please sign in to comment.