Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Aug 11, 2015
1 parent 3852ada commit 02e259d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true
RUN apt-get install -y \
oracle-java8-installer \
oracle-java8-set-default \
git \
s3cmd
git
ENV JAVA_HOME /usr/lib/jvm/java-8-oracle

# Install S3cmd for Log Aggregation
RUN apt-get install -y\
python-pip
RUN pip install s3cmd

# Install applications
RUN mkdir -p /collab/metadata && \
cd /collab/metadata && \
Expand Down

0 comments on commit 02e259d

Please sign in to comment.