]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Dockerfile: fix repo URL
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 17 Jul 2017 15:44:42 +0000 (17:44 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 17 Jul 2017 15:44:42 +0000 (17:44 +0200)
scripts/Dockerfile

index 71f346919ca3417b26ab6bd963fcc80424071a8c..a3731f25511b9205cd1543b318ee5161d1186a16 100644 (file)
@@ -20,7 +20,7 @@ CMD ["/usr/local/sbin/kresd"]
 RUN \
 apk --update add ${RUN_PKGS} && \
 apk add --virtual build-dep ${BUILD_PKGS} && \
-git clone https://gitlab.labs.nic.cz/knot/resolver.git /tmp/build && \
+git clone https://gitlab.labs.nic.cz/knot/knot-resolver.git /tmp/build && \
 cd /tmp/build && \
 ./scripts/bootstrap-depends.sh /usr/local && \
 make -j4 install && \