mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 05:42:28 +00:00
[mc] Adding back text editors (vim and nano)
This commit is contained in:
parent
03d9064b35
commit
5f104a32db
1 changed files with 8 additions and 1 deletions
|
@ -5,7 +5,14 @@ MAINTAINER itzg
|
||||||
ENV APT_GET_UPDATE 2015-10-03
|
ENV APT_GET_UPDATE 2015-10-03
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libmozjs-24-bin imagemagick lsof sudo && apt-get clean
|
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
|
libmozjs-24-bin \
|
||||||
|
imagemagick \
|
||||||
|
lsof \
|
||||||
|
nano \
|
||||||
|
sudo \
|
||||||
|
vim \
|
||||||
|
&& apt-get clean
|
||||||
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100
|
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100
|
||||||
|
|
||||||
RUN wget -O /usr/bin/jsawk https://github.com/micha/jsawk/raw/master/jsawk
|
RUN wget -O /usr/bin/jsawk https://github.com/micha/jsawk/raw/master/jsawk
|
||||||
|
|
Loading…
Reference in a new issue