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

docker: build + check must finish successfully

parent af83df9f
Branches
Tags
No related merge requests found
......@@ -14,9 +14,9 @@ apt-get install -q -y \
libcmocka-dev; \
git clone https://gitlab.labs.nic.cz/knot/resolver.git /src/knot-resolver; \
cd /src/knot-resolver; \
autoreconf -if && ./configure && make && make check && make install && ldconfig; \
autoreconf -if && ./configure && make && make check && make install && ldconfig && \
# Trim down the image
apt-get clean; \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /src/knot-resolver
# Select entrypoint
......
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