mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Add apt-get update to beginning of Dockerfile
This commit is contained in:
parent
87140179f2
commit
ddbc7e9618
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM itzg/ubuntu-openjdk-7
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y wget libmozjs-24-bin imagemagick && apt-get clean
|
||||
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100
|
||||
|
||||
|
|
Loading…
Reference in a new issue