From 0f55eb16b89ad4fe936c206a221ad00132f908f1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 23:23:14 +0100 Subject: [PATCH] Fix path. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7de65f2..42db509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,13 +44,13 @@ COPY --from=base /usr/local/bin/shash /usr/local/bin/shash COPY --from=base /usr/local/lib/python3.6/site-packages/catalyst* \ /usr/local/lib/python3.6/site-packages/ -COPY --from=base /usr/share/catalyst /usr/share +COPY --from=base /usr/local/share/catalyst /usr/local/share COPY --from=base /etc/catalyst /etc/ # Override Stage3 preclean to add perl-cleaner invocation COPY stage3-preclean-chroot.sh \ - /usr/share/catalyst/targets/stage3/stage3-preclean-chroot.sh + /usr/local/share/catalyst/targets/stage3/stage3-preclean-chroot.sh # Volume for catalyst generated files VOLUME /var/lib/catalyst