Skip to content

Commit

Permalink
Remove httpd-utils from kanister-tools image (#1689)
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
ankitjain235 and mergify[bot] committed Oct 18, 2022
1 parent a0734ff commit d66df2b
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 @@ -15,7 +15,7 @@ COPY --from=ghcr.io/kanisterio/kopia@sha256:87648ef24ce47f1d74ef5fa70bff96080f68
COPY LICENSE /licenses/LICENSE

ADD kando /usr/local/bin/
RUN microdnf update && microdnf install shadow-utils httpd-tools gzip && \
RUN microdnf update && microdnf install shadow-utils gzip && \
adduser -U kanister -u 1000 && \
microdnf remove shadow-utils && \
microdnf clean all
Expand Down

0 comments on commit d66df2b

Please sign in to comment.