Skip to content

Commit

Permalink
Add setfcap capability to /usr/sbin/setcap (#1891)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
TimonOmsk and mergify[bot] committed Feb 9, 2023
1 parent 6950681 commit 263b072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ 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 263b072

Please sign in to comment.