From 6b28d431b9caf41b647d2bba44de3c1035d0f9b2 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Wed, 15 May 2024 14:04:19 +0200 Subject: Dockerfile: don't copy /share, which no longer contains man pages --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 27c9794d3..4fb014267 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,6 @@ COPY --from=builder /tmp/knot-install/config/ /config/ COPY --from=builder /tmp/knot-install/include/ /include/ COPY --from=builder /tmp/knot-install/lib/ /lib/ COPY --from=builder /tmp/knot-install/sbin/ /sbin/ -COPY --from=builder /tmp/knot-install/share/ /share/ # Prepare configurations for optional D-Bus signaling COPY --from=builder /knot-src/distro/common/system-local.conf /etc/dbus-1/ -- cgit v1.2.3