Fix path extraction for catalyst.
This commit is contained in:
parent
427d86e694
commit
cbff816b64
@ -59,7 +59,8 @@ COPY --from=base /pydecomp/dist/pyDeComp-*.tar.gz ./
|
|||||||
RUN tar xvzf pyDeComp-*.tar.gz && rm pyDeComp-*.tar.gz
|
RUN tar xvzf pyDeComp-*.tar.gz && rm pyDeComp-*.tar.gz
|
||||||
|
|
||||||
COPY --from=base /catalyst/dist/catalyst-*.tar.gz ./
|
COPY --from=base /catalyst/dist/catalyst-*.tar.gz ./
|
||||||
RUN tar xivzf catalyst-*.tar.gz && rm catalyst-*.tar.gz
|
RUN tar xvzf catalyst-*.tar.gz && rm catalyst-*.tar.gz \
|
||||||
|
--transform 's/usr\/local/usr'
|
||||||
|
|
||||||
COPY --from=base /usr/local/bin/shash /usr/local/bin/shash
|
COPY --from=base /usr/local/bin/shash /usr/local/bin/shash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user