Fix path.
This commit is contained in:
parent
2313e3e554
commit
0f55eb16b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user