Remove unneeded trailing slash.

This commit is contained in:
Alexis Lahouze 2018-11-26 21:24:14 +01:00
parent f65181f898
commit 06cf10831e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ RUN tar xvzf pyDeComp-*.tar.gz --transform 's/usr\/local/usr/' \
COPY --from=base /catalyst/dist/catalyst-*.tar.gz ./
RUN tar xvzf catalyst-*.tar.gz --transform 's/usr\/local/usr/' \
&& rm catalyst-*.tar.gz \
&& rm catalyst-*.tar.gz
COPY --from=base /usr/local/bin/shash /usr/local/bin/shash