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

docker: link with --as-needed

parent 42cf591f
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ ENV PREFIX /usr/local
ENV BUILD_DIR /tmp/build
ENV BUILD_IGNORE gmp nettle jansson gnutls lua
ENV CFLAGS -DNDEBUG -O2 -g -fstack-protector
ENV LDFLAGS -Wl,--as-needed
# Expose port
EXPOSE 53
......
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