„Dockerfile“ ändern
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM ubuntu
|
||||
FROM ich777/winehq-baseimage
|
||||
|
||||
MAINTAINER ich777
|
||||
|
||||
RUN dpkg --add-architecture i386
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install lib32gcc1 screen xvfb wine-stable
|
||||
RUN apt-get -y install lib32gcc1 screen xvfb
|
||||
|
||||
ENV DATA_DIR="/serverdata"
|
||||
ENV STEAMCMD_DIR="${DATA_DIR}/steamcmd"
|
||||
@@ -34,4 +34,4 @@ RUN chown -R steam /opt/scripts
|
||||
USER steam
|
||||
|
||||
#Server Start
|
||||
ENTRYPOINT ["/opt/scripts/start-server.sh"]
|
||||
ENTRYPOINT ["/opt/scripts/start-server.sh"]
|
Reference in New Issue
Block a user