diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-05-15 14:04:19 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-05-15 14:04:19 +0200 |
commit | 6b28d431b9caf41b647d2bba44de3c1035d0f9b2 (patch) | |
tree | 7c58799223614bb869f47728373abd5dc7d7b10e /Dockerfile | |
parent | Merge branch 'keytag-modulo' into 'master' (diff) | |
download | knot-6b28d431b9caf41b647d2bba44de3c1035d0f9b2.tar.xz knot-6b28d431b9caf41b647d2bba44de3c1035d0f9b2.zip |
Dockerfile: don't copy /share, which no longer contains man pages
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |