Skip to content

Commit

Permalink
Installing boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed ElBakry committed Sep 5, 2019
1 parent 5bc580b commit 07d64bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN pip3 install --upgrade pip requests setuptools pipenv
RUN pip3 install pykube
RUN pip3 install python-crontab
RUN pip3 install croniter
RUN pip3 install boto3
RUN apt-get update && apt-get install -y apt-transport-https curl gnupg sudo \
&& curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
RUN sudo touch /etc/apt/sources.list.d/kubernetes.list \
Expand Down

0 comments on commit 07d64bf

Please sign in to comment.