Skip to content

Commit

Permalink
CHange username (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Mar 12, 2020
1 parent 5838a14 commit 9da6b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --from=restic/restic:0.9.5 /usr/bin/restic /usr/local/bin/restic
COPY --from=kanisterio/kopia:alpine-1a76667 /kopia/kopia /usr/local/bin/kopia
ADD kando /usr/local/bin/
RUN microdnf update && microdnf install shadow-utils && \
adduser -U kio -u 1000 && \
adduser -U kanister -u 1000 && \
microdnf remove shadow-utils && \
microdnf clean all

Expand Down

0 comments on commit 9da6b9a

Please sign in to comment.