mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-28 20:06:25 +00:00
Add apt-get update to beginning of Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user