Skip to content

Commit

Permalink
build: avoid custom user
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jul 17, 2020
1 parent bffa9d6 commit 30ac411
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/Dockerfile
Expand Up @@ -14,9 +14,6 @@ RUN make
FROM alpine:3.11
WORKDIR /opt/falco-exporter

RUN addgroup -S falcoexporter && adduser -S falcoexporter -G falcoexporter
USER falcoexporter

COPY --from=builder /opt/falco-exporter/falco-exporter /usr/bin/falco-exporter

EXPOSE 9376/tcp
Expand Down

0 comments on commit 30ac411

Please sign in to comment.