summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2018-11-06 15:31:23 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2018-11-14 14:19:45 +0100
commitfa28e0012f7ad2bd63dc54ab1a0eaff1497b387d (patch)
tree70eda059c39d843930258c6d5e3850f1a5e0bb63 /Dockerfile
parentDockerfile: update image (diff)
downloadknot-resolver-fa28e0012f7ad2bd63dc54ab1a0eaff1497b387d.tar.xz
knot-resolver-fa28e0012f7ad2bd63dc54ab1a0eaff1497b387d.zip
doc: remove bootstrap-depends.sh example
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d2162daf..6decf622 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \