Removed extra checkout command
This commit is contained in:
parent
1e65ac24f7
commit
224ee03a4c
@ -14,7 +14,6 @@ RUN chmod a+x /usr/local/bin/* && \
|
|||||||
pip install aiohttp pylru plyvel websockets python-rocksdb uvloop && \
|
pip install aiohttp pylru plyvel websockets python-rocksdb uvloop && \
|
||||||
git clone -b docker-image https://github.com/ranchimall/electrumx.git && \
|
git clone -b docker-image https://github.com/ranchimall/electrumx.git && \
|
||||||
cd electrumx && \
|
cd electrumx && \
|
||||||
git checkout 01a3cbefd631511b373841b06e9e1599b4d785ca && \
|
|
||||||
python setup.py install && \
|
python setup.py install && \
|
||||||
apk del git build-base && \
|
apk del git build-base && \
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user