Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Aug 30, 2023
1 parent e114551 commit d1c6328
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM amazon/aws-cli:2.13.13

# hadolint ignore=DL3033
RUN yum update -y \
&& yum install -y bash curl git jq make openssl11 openssl11-devel python3-pip tar unzip xmlstarlet zip \
&& yum -y purge openssl-devel \
&& yum install -y bash curl git jq make python3-pip tar unzip xmlstarlet zip \
&& yum clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit d1c6328

Please sign in to comment.