added EC2 provisioning, optimised docker for EC2, added python and
cppjit client (python not yet working)
This commit is contained in:
14
ansible/test-files/docker-python/Dockerfile
Normal file
14
ansible/test-files/docker-python/Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM sveneh/pyethereum-base
|
||||
|
||||
RUN git clone --branch master https://github.com/ethereum/pyethereum.git
|
||||
|
||||
RUN cd pyethereum && curl https://bootstrap.pypa.io/bootstrap-buildout.py | python
|
||||
|
||||
RUN cd pyethereum && bin/buildout
|
||||
|
||||
#default port for incoming requests
|
||||
EXPOSE 30303
|
||||
|
||||
WORKDIR /pyethereum/bin
|
||||
|
||||
ENTRYPOINT ["./python", "../tests/test_vm.py"]
|
Reference in New Issue
Block a user