Skip to content

Commit

Permalink
Install aws cli
Browse files Browse the repository at this point in the history
- some shell command activities need to get files from s3
  • Loading branch information
ApsOps committed Nov 12, 2017
1 parent d805e0c commit c09db6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM openjdk:8-jre
MAINTAINER Amanpreet Singh<[email protected]>

RUN wget https://s3.amazonaws.com/datapipeline-us-east-1/us-east-1/software/latest/TaskRunner/TaskRunner-1.0.jar
RUN apt-get update && apt-get install -y awscli && \
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"]

0 comments on commit c09db6a

Please sign in to comment.