mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed dockerfile.
This commit is contained in:
parent
665edd3f86
commit
3fa4c64aef
@ -10,6 +10,7 @@ RUN apt-get install -qy automake libtool yasm scons
|
|||||||
|
|
||||||
RUN useradd -ms /bin/bash user
|
RUN useradd -ms /bin/bash user
|
||||||
USER user
|
USER user
|
||||||
|
ENV HOME /home/user
|
||||||
WORKDIR /home/user
|
WORKDIR /home/user
|
||||||
|
|
||||||
# Emscripten SDK
|
# Emscripten SDK
|
||||||
|
Loading…
Reference in New Issue
Block a user