Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8aca10

Browse files
committed
fix typo
1 parent 3635efa commit a8aca10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ RUN \
776776

777777
RUN \
778778
echo "**** arrange files ****" && \
779-
/usr/local/lib/rustlib/uninstall.sh &&
779+
/usr/local/lib/rustlib/uninstall.sh && \
780780
ldconfig && \
781781
mkdir -p \
782782
/buildout/usr/local/bin \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ RUN \
476476

477477
RUN \
478478
echo "**** arrange files ****" && \
479-
/usr/local/lib/rustlib/uninstall.sh &&
479+
/usr/local/lib/rustlib/uninstall.sh && \
480480
ldconfig && \
481481
mkdir -p \
482482
/buildout/usr/local/bin \

0 commit comments

Comments
 (0)