Update Dockerfile

This commit is contained in:
2019-04-16 11:49:40 +02:00
committed by GitHub
parent c1d656cc46
commit 553f592a2f

View File

@@ -3,7 +3,7 @@ FROM ubuntu
MAINTAINER ich777
RUN apt-get update
RUN apt-get -y install lib32gcc1 libc6-i386 wget language-pack-en fonts-75dpi
RUN apt-get -y install lib32gcc1 libc6-i386 wget language-pack-en
RUN apt-get install fonts-75dpi
ENV DATA_DIR="/serverdata"