Skip to content

Commit

Permalink
s3adm: remove mail tool
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Nov 29, 2024
1 parent 1f0c1d6 commit 1af4fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.s3adm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

# Add System Tools
RUN apk add --update --no-cache curl jq git openssl unzip gettext bash pwgen grep heirloom-mailx bind-tools busybox-extras mysql-client && apk upgrade
RUN apk add --update --no-cache curl jq git openssl unzip gettext bash pwgen grep bind-tools busybox-extras mysql-client && apk upgrade
# Add s3cmd
RUN apk add --no-cache py-pip && pip install s3cmd
# Add kubectl
Expand Down

0 comments on commit 1af4fcb

Please sign in to comment.