[titan-gremlin] Refresh of base packages

This commit is contained in:
Geoff Bourne 2015-07-18 09:15:39 -05:00
parent 1c7469bb8c
commit f911230c1b

2
titan-gremlin/Dockerfile Normal file → Executable file
View file

@ -2,7 +2,6 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget unzip && apt-get clean
ENV TITAN_VERSION 0.5.4
RUN wget -q -O /tmp/titan.zip http://s3.thinkaurelius.com/downloads/titan/titan-$TITAN_VERSION-hadoop2.zip
@ -15,4 +14,3 @@ VOLUME ["/conf","/data"]
ADD start-gremlin.sh /opt/start-gremlin.sh
CMD ["/opt/start-gremlin.sh"]