Skip to content

Commit

Permalink
Update dockerfile to install curl (#5172)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Mar 11, 2019
1 parent 6b71430 commit a84e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive

USER root

RUN apk -v --update add --no-cache python py-pip groff less && \
RUN apk -v --update add --no-cache curl python py-pip groff less && \
pip install --upgrade pip && \
pip install --upgrade awscli && \
apk -v --purge del py-pip && \
Expand Down

0 comments on commit a84e267

Please sign in to comment.