diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2018-11-06 15:31:23 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2018-11-14 14:19:45 +0100 |
commit | fa28e0012f7ad2bd63dc54ab1a0eaff1497b387d (patch) | |
tree | 70eda059c39d843930258c6d5e3850f1a5e0bb63 /Dockerfile | |
parent | Dockerfile: update image (diff) | |
download | knot-resolver-fa28e0012f7ad2bd63dc54ab1a0eaff1497b387d.tar.xz knot-resolver-fa28e0012f7ad2bd63dc54ab1a0eaff1497b387d.zip |
doc: remove bootstrap-depends.sh example
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ COPY . /tmp/knot-resolver # Build Knot Resolver ARG CFLAGS="-O2 -fstack-protector -g" ENV LDFLAGS -Wl,--as-needed -ENV BUILD_IGNORE libedit-dev RUN cd /tmp/knot-resolver && \ make "-j$(nproc)" && \ make install DESTDIR=/tmp/root && \ |