Skip to content
Snippets Groups Projects
Commit f1566430 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

docker: back to master branch, disabled building of the resolver-compat

parent a9e493b1
No related branches found
No related tags found
1 merge request!329Resolver improvements
......@@ -17,7 +17,7 @@ ENV RUNTIME_PKGS libssl1.0.0 liburcu2 liblmdb0
RUN apt-get -q -y update && \
apt-get install -q -y ${BUILD_PKGS} ${RUNTIME_PKGS} && \
# Compile sources
git clone -b resolver_improvements https://gitlab.labs.nic.cz/labs/knot.git /knot-src && \
git clone -b master https://gitlab.labs.nic.cz/labs/knot.git /knot-src && \
cd /knot-src && \
autoreconf -if && \
./configure --disable-static && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment