Skip to content

Commit

Permalink
Merge pull request #248 from dallarosa/dallarosa-fix-dockerfile-regtest
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
lemoustachiste authored Oct 19, 2022
2 parents 3d07ec8 + c528638 commit 2414aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apk add --update \
&& mkdir -p /etc/cert-issuer/data/unsigned_certificates \
&& mkdir /etc/cert-issuer/data/blockchain_certificates \
&& mkdir ~/.bitcoin \
&& echo $'rpcuser=foo\nrpcpassword=bar\nrpcport=8332\nregtest=1\nrelaypriority=0\nrpcallowip=127.0.0.1\nrpcconnect=127.0.0.1\n' > /root/.bitcoin/bitcoin.conf \
&& echo $'[regtest]\nrpcuser=foo\nrpcpassword=bar\nrpcport=8332\nregtest=1\nrelaypriority=0\nrpcallowip=127.0.0.1\nrpcconnect=127.0.0.1\n' > /root/.bitcoin/bitcoin.conf \
&& pip3 install /cert-issuer/. \
&& pip3 install -r /cert-issuer/ethereum_requirements.txt \
&& rm -r /usr/lib/python*/ensurepip \
Expand Down

0 comments on commit 2414aa2

Please sign in to comment.