Browse Source

Merge pull request #2547 from chriseth/sol_updateDockerfile

Fully automate the dockerfile again.
cl-refactor
Gav Wood 10 years ago
parent
commit
0a4c7d40d5
  1. 3
      solc/docker_emscripten/Dockerfile

3
solc/docker_emscripten/Dockerfile

@ -66,6 +66,5 @@ RUN emcmake cmake -DETH_STATIC=1 -DSOLIDITY=ON -DGUI=0 -DCMAKE_CXX_COMPILER=/hom
RUN emmake make -j 6 soljson
WORKDIR /home/user/cpp-ethereum/solc
# somehow it does not work to pipe out both files
#ENTRYPOINT tar -c soljson.js soljson.js.mem | base64
ENTRYPOINT cat soljson.js

Loading…
Cancel
Save