Add missing deps.

This commit is contained in:
Alexis Lahouze 2018-11-25 20:29:34 +01:00
parent b58169ed67
commit c8db3c20ec
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ RUN apk add --no-cache --virtual .build-deps \
&& rm -Rf catalyst \
&& apk del .build-deps
RUN apk add coreutils rhash
# Override Stage3 preclean to add perl-cleaner invocation
COPY stage3-preclean-chroot.sh \
/usr/share/catalyst/targets/stage3/stage3-preclean-chroot.sh