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

docker: track resolver_improvements

parent 3a5d8e2b
Branches
Tags
1 merge request!329Resolver improvements
......@@ -19,7 +19,7 @@ pkg-config \
liblmdb-dev; \
# Fetch sources
mkdir /src; \
git clone https://gitlab.labs.nic.cz/labs/knot.git /src/knot; \
git clone -b resolver_improvements https://gitlab.labs.nic.cz/labs/knot.git /src/knot; \
# Compile sources in the right order
cd /src/knot && autoreconf -if && ./configure && make -j${THREADS} && make install && ldconfig; \
# Trim down the image
......
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