Skip to content

Commit

Permalink
updates to dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Buran <aburan28@gmail.com>
  • Loading branch information
aburan28 committed Apr 13, 2024
1 parent 7d93c7a commit 69af021
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ FROM alpine:latest

RUN apk update && \
apk upgrade && \
apk add ca-certificates git openssh-client python3 py3-pip tini && \
pip3 install --upgrade pip && \
pip3 install awscli && \
apk add ca-certificates git openssh-client aws-cli tini && \
rm -rf /var/cache/apk/*

RUN mkdir -p /usr/local/bin
Expand Down

0 comments on commit 69af021

Please sign in to comment.