Skip to content
Snippets Groups Projects
Commit ec4e94dc authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !331: Dockerfile: fix repo URL

parents 1d44273b e9ce8c08
1 merge request!331Dockerfile: fix repo URL
Pipeline #10096 canceled with stages
in 1 hour and 19 minutes
......@@ -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 && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment