Skip to content

Commit

Permalink
py3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 1, 2021
1 parent 11b2704 commit 3e8ca92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk --no-cache update && \
# awscli
ENV awscli 1.18.43
RUN pip install --upgrade awscli==${awscli} && \
apk del -v --purge py-pip && \
apk del -v --purge py3-pip && \
rm /var/cache/apk/*

# buildx
Expand Down
2 changes: 1 addition & 1 deletion kube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk --no-cache update && \
# awscli
ENV awscli 1.18.43
RUN pip install --upgrade awscli==${awscli} && \
apk del -v --purge py-pip && \
apk del -v --purge py3-pip && \
rm /var/cache/apk/*

# kubectl
Expand Down

0 comments on commit 3e8ca92

Please sign in to comment.