Fix path extraction for catalyst.

This commit is contained in:
Alexis Lahouze 2018-11-26 08:47:54 +01:00
parent 427d86e694
commit cbff816b64
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ COPY --from=base /pydecomp/dist/pyDeComp-*.tar.gz ./
RUN tar xvzf pyDeComp-*.tar.gz && rm pyDeComp-*.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