Skip to content

Commit 272c8ee

Browse files
committed
REmoving non root user
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
1 parent 913ee26 commit 272c8ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ COPY . ./
44
RUN go build .
55

66
FROM scratch
7-
RUN adduser -D kamouloxuser
8-
USER kamouloxuser
97
WORKDIR /app
108
COPY --from=gobuilder /go/src/github.com/jeanlaurent/kamoulox /app/
119
ENTRYPOINT ["./kamoulox"]

0 commit comments

Comments
 (0)