Skip to content

Commit

Permalink
Install Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Nov 13, 2017
1 parent c09db6a commit 012074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre
MAINTAINER Amanpreet Singh<[email protected]>

RUN apt-get update && apt-get install -y awscli && \
RUN apt-get update && apt-get install -y awscli python && \
wget https://s3.amazonaws.com/datapipeline-us-east-1/us-east-1/software/latest/TaskRunner/TaskRunner-1.0.jar

ENTRYPOINT ["java", "-jar", "TaskRunner-1.0.jar"]
Expand Down

0 comments on commit 012074f

Please sign in to comment.