From 224ee03a4c624794a6d82585f95b6aed2f128001 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 10 Dec 2021 16:43:26 +0530 Subject: [PATCH] Removed extra checkout command --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aadf39..898815e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN chmod a+x /usr/local/bin/* && \ pip install aiohttp pylru plyvel websockets python-rocksdb uvloop && \ git clone -b docker-image https://github.com/ranchimall/electrumx.git && \ cd electrumx && \ - git checkout 01a3cbefd631511b373841b06e9e1599b4d785ca && \ python setup.py install && \ apk del git build-base && \ rm -rf /tmp/*