„Dockerfile“ ändern

This commit is contained in:
2019-12-19 15:09:48 +01:00
parent ad8381780e
commit cbfca82d8f

View File

@@ -1,9 +1,9 @@
FROM ubuntu
FROM ich777/winehq-baseimage
MAINTAINER ich777
RUN apt-get update
RUN apt-get -y install lib32gcc1 wget wine-stable winbind xvfb screen
RUN apt-get -y install lib32gcc1 wget winbind xvfb screen
ENV DATA_DIR="/serverdata"
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"