Skip to content

Commit

Permalink
Remove awscli install in kanister tools dockerfile (#5070)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Feb 27, 2019
1 parent 30c93f0 commit 1896f7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ MAINTAINER Tom Manville <tom@kasten.io>

COPY --from=restbox /bin/restic /bin/restic

RUN apk -v --update add --no-cache bash curl python py-pip groff less mailcap ca-certificates && \
pip install --upgrade pip && \
pip install --upgrade awscli && \
apk -v --purge del py-pip && \
rm -f /var/cache/apk/*

RUN curl https://raw.githubusercontent.com/kanisterio/kanister/master/scripts/get.sh | bash

CMD [ "/usr/bin/tail", "-f", "/dev/null" ]

0 comments on commit 1896f7e

Please sign in to comment.