We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a75610 commit 7800129Copy full SHA for 7800129
Dockerfile
@@ -83,7 +83,7 @@ RUN echo "---> Installing purple-instagram" && \
83
make DESTDIR=/tmp/out install
84
85
RUN echo "---> Installing icyque" && \
86
- git clone git://github.com/EionRobb/icyque.git && \
+ git clone https://github.com/EionRobb/icyque.git && \
87
cd icyque && \
88
make && \
89
0 commit comments