Skip to content

Commit

Permalink
fix: remove user (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda authored Dec 19, 2023
1 parent 272f086 commit ad9cb34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ COPY --from=vault /bin/vault /usr/local/bin/vault
# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir azure-cli pre-commit

RUN addgroup -S build && adduser -S build -G build

USER build

ENTRYPOINT ["/bin/bash"]

0 comments on commit ad9cb34

Please sign in to comment.