Skip to content

Commit ed2183e

Browse files
committed
Dockerfile: actually do the things
1 parent 7fbe16d commit ed2183e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ MAINTAINER BehanceRE <qa-behance@adobe.com>
44
VOLUME ["/data"]
55
WORKDIR "/data"
66

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
7+
RUN apt-get install curl python2.7 -y
8+
9+
ADD https://bootstrap.pypa.io/get-pip.py /get-pip.py
10+
RUN sudo python2.7 /get-pip.py
11+
912
RUN sudo pip install awscli
1013

1114
ADD download-s3-files /opt/behance/download-s3-files

0 commit comments

Comments
 (0)