Skip to content

Commit 7800129

Browse files
authored
Update Dockerfile
Github does not support unauthenticated git protocol anymore
1 parent 6a75610 commit 7800129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN echo "---> Installing purple-instagram" && \
8383
make DESTDIR=/tmp/out install
8484

8585
RUN echo "---> Installing icyque" && \
86-
git clone git://github.com/EionRobb/icyque.git && \
86+
git clone https://github.com/EionRobb/icyque.git && \
8787
cd icyque && \
8888
make && \
8989
make DESTDIR=/tmp/out install

0 commit comments

Comments
 (0)