summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index c374bae..df43be2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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