We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0e6b2 commit 3b3db01Copy full SHA for 3b3db01
Dockerfile
@@ -8,6 +8,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositorie
8
RUN apk update
9
RUN apk add git
10
11
-RUN python3 -m pip install -i https://pypi.org/simple/ GitHacker
+RUN git clone https://github.com/WangYihang/GitHacker.git
12
+RUN cd GitHacker && pip install -r requirements.txt && python setup.py install
13
14
ENTRYPOINT ["githacker"]
0 commit comments