We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbe16d commit ed2183eCopy full SHA for ed2183e
Dockerfile
@@ -4,8 +4,11 @@ MAINTAINER BehanceRE <qa-behance@adobe.com>
4
VOLUME ["/data"]
5
WORKDIR "/data"
6
7
-RUN apt-get install curl python2.7 -y && curl -O https://bootstrap.pypa.io/get-pip.py
8
-RUN sudo python2.7 get-pip.py
+RUN apt-get install curl python2.7 -y
+
9
+ADD https://bootstrap.pypa.io/get-pip.py /get-pip.py
10
+RUN sudo python2.7 /get-pip.py
11
12
RUN sudo pip install awscli
13
14
ADD download-s3-files /opt/behance/download-s3-files
0 commit comments