Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
af21a32c
Commit
af21a32c
authored
Feb 05, 2015
by
sveneh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabled tests
parent
52351244
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
ansible/test-files/docker-python/Dockerfile
+3
-3
No files found.
ansible/test-files/docker-python/Dockerfile
View file @
af21a32c
...
...
@@ -9,7 +9,7 @@ RUN apt-get install -qy curl git python2.7 python-pip python-dev
# this is a workaround, to make sure that docker's cache is invalidated whenever the git repo changes
ADD
https://api.github.com/repos/ethereum/pyethereum/git/refs/heads/develop unused.txt
RUN
git clone
--branch
develop https://github.com/ethereum/pyethereum.git
RUN
git clone
--branch
develop
--recursive
https://github.com/ethereum/pyethereum.git
RUN
cd
pyethereum
&&
curl https://bootstrap.pypa.io/bootstrap-buildout.py | python
...
...
@@ -18,6 +18,6 @@ RUN cd pyethereum && bin/buildout
#default port for incoming requests
EXPOSE
30303
WORKDIR
/pyethereum
/bin
WORKDIR
/pyethereum
ENTRYPOINT
["
./python", "../
tests/test_vm.py"]
ENTRYPOINT
["
bin/python", "
tests/test_vm.py"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment