Skip to content

Commit

Permalink
remove user from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Jun 23, 2023
1 parent 0f40a3c commit 38713d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions k8s/updater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM alpine:3.14
RUN apk add --no-cache bash curl && \
groupadd -r annorepo && \
useradd --no-log-init -r -g annorepo annorepo
USER annorepo
WORKDIR /work
COPY ./k8s/updater/entrypoint.sh entrypoint.sh
COPY ./k8s/updater/wait-for-it.sh wait-for-it.sh
Expand Down

0 comments on commit 38713d5

Please sign in to comment.