Skip to content

Commit

Permalink
Created user: skpr
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Feb 4, 2022
1 parent ea3297d commit 3d6a23d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM alpine:latest

RUN apk add --no-cache ca-certificates

RUN adduser -D -u 1000 skpr

COPY s3-sync /usr/local/bin/
RUN chmod +x /usr/local/bin/s3-sync
ENTRYPOINT ["/usr/local/bin/s3-sync"]

USER skpr

ENTRYPOINT ["/usr/local/bin/s3-sync"]

0 comments on commit 3d6a23d

Please sign in to comment.