mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1265 from chriseth/sol_dockerfilefix
Fixed dockerfile.
This commit is contained in:
commit
7f02f86ab0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user