diff --git a/arma3/Dockerfile b/arma3/Dockerfile index bcbe1c3..5fe18bd 100644 --- a/arma3/Dockerfile +++ b/arma3/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Jessy RUN apt-get update && apt-get -y upgrade -RUN apt-get install -y lib32gcc1 lib32stdc++6 wget +RUN apt-get install -y lib32gcc1 lib32stdc++6 wget ifconfig x11-xserver-utils RUN useradd -u 2000 -m -d /home/steam/ -s /bin/bash steam USER steam