Fixed dockerfile.

This commit is contained in:
chriseth 2015-03-09 22:11:16 +01:00
parent 665edd3f86
commit 3fa4c64aef

View File

@ -10,6 +10,7 @@ RUN apt-get install -qy automake libtool yasm scons
RUN useradd -ms /bin/bash user
USER user
ENV HOME /home/user
WORKDIR /home/user
# Emscripten SDK