Remove unneeded trailing slash.
This commit is contained in:
parent
f65181f898
commit
06cf10831e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user