Skip to content

Commit

Permalink
Revert setfcap in Dockerfile (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonOmsk committed Feb 9, 2023
1 parent 08d9f9a commit 0fe21c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ LABEL name="kanister-tools" \
COPY --from=restic/restic:0.11.0 /usr/bin/restic /usr/local/bin/restic
COPY --from=builder /kopia/kopia /usr/local/bin/kopia
COPY LICENSE /licenses/LICENSE
RUN setcap cap_setfcap+i /usr/sbin/setcap

ADD kando /usr/local/bin/
RUN microdnf -y update && microdnf -y install shadow-utils gzip && \
Expand Down

0 comments on commit 0fe21c8

Please sign in to comment.