mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
[titan-gremlin] Refresh of base packages
This commit is contained in:
parent
1c7469bb8c
commit
f911230c1b
1 changed files with 0 additions and 2 deletions
2
titan-gremlin/Dockerfile
Normal file → Executable file
2
titan-gremlin/Dockerfile
Normal file → Executable 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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue