This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:6 | |
MAINTAINER Garrett McGrath <gmcgrath815+docker at gmail.com> | |
RUN yum install -y wget unzip; /usr/bin/wget "<unreal linux source link here>" -O temp.zip; /usr/bin/unzip temp.zip; rm temp.zip | |
RUN yum install -y Xvfb xorg-X11-server-Xvfb which | |
RUN chmod +x /LinuxServer/Engine/Binaries/Linux/* | |
#this is where you SHOULD be able to mount the confs file and have it 'just work' that's not the case however. |