mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-15 12:07:17 +08:00
10 lines
301 B
Docker
10 lines
301 B
Docker
FROM docker/whalesay:latest
|
|
|
|
RUN sudo apt-get update && sudo apt-get install -y build-essential python-pip git-core python-dev libssl-dev libffi-dev rng-tools libgmp3-dev lsof
|
|
RUN sudo pip install pip --upgrade
|
|
RUN sudo pip install blockstack --upgrade
|
|
|
|
EXPOSE 6264
|
|
|
|
CMD blockstack-core --debug start
|