Skip to content

Commit

Permalink
Update contrib/cryptopie/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed May 14, 2021
1 parent 1954c4a commit cb01629
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/cryptopie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GOPATH=/root/go
# Disk space thing
# Download starport, too
RUN sed -i -e "s/^CheckSpace/#!!!CheckSpace/g" /etc/pacman.conf && \
pacman -Syyu --noconfirm net-tools ufw vnstat iftop zerotier-one wget protobuf git go yarn npm && \
pacman -Syyu --noconfirm net-tools ufw vnstat iftop base-devel wget protobuf git go yarn npm && \
git clone https://github.com/tendermint/starport && \
cd starport && \
make && \
Expand All @@ -23,11 +23,9 @@ RUN sed -i -e "s/^CheckSpace/#!!!CheckSpace/g" /etc/pacman.conf && \
# cryptopie is now a full-freatured Starport development enviornment!
# translation: It is ready to make a splash.
RUN echo "sleep 80" >> /usr/local/bin/firstboot.sh && \
systemctl enable zerotier-one && \
systemctl enable vnstat && \
mkdir /root/go && \
echo "export PATH=$PATH:/root/go/bin" > /root/.bash_profile && \
echo "export GOPATH=/root/go" >> /root/.bash_profile && \
echo "zerotier-cli join 8056c2e21cf8319f" >> /usr/local/bin/firstboot.sh && \
echo "cryptopie" > /etc/hostname && \
echo 'docker run -d --net=host -v blurtd:/blurtd --restart=unless-stopped --name blurtd faddat/arm-blurt-presync /usr/bin/blurtd --data-dir /blurtd --plugin "witness account_by_key account_by_key_api condenser_api database_api network_broadcast_api transaction_status transaction_status_api rc_api" --p2p-seed-node 172.26.41.78:1776 --p2p-seed-node 172.26.179.68:1776 --p2p-seed-node 172.26.116.111:1776 --p2p-seed-node 172.26.71.157:1776 --p2p-seed-node 172.26.215.48:1776 --p2p-seed-node 172.26.210.82:1776 --p2p-seed-node 172.26.84.164:1776 --p2p-seed-node 172.26.106.151:1776' >> /usr/local/bin/firstboot.sh

0 comments on commit cb01629

Please sign in to comment.