From 42932bf6f20d38e5ac81cd0fe53a5a2de3fc9721 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 23:39:28 +0100 Subject: [PATCH] Copy missing shash. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f874523..3a73298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,8 @@ COPY --from=base /etc/catalyst /etc/ COPY --from=base /usr/local/bin/catalyst /usr/local/bin/catalyst +COPY --from=base /usr/local/bin/shash /usr/local/bin/shash + # Override Stage3 preclean to add perl-cleaner invocation COPY stage3-preclean-chroot.sh \ /usr/local/share/catalyst/targets/stage3/stage3-preclean-chroot.sh