Removed extra checkout command

This commit is contained in:
Vivek Teega 2021-12-10 16:43:26 +05:30
parent 1e65ac24f7
commit 224ee03a4c

View File

@ -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/*