From a8aca108be328bc87f4a043fb76b2303d818c270 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 8 Feb 2024 23:02:47 -0500 Subject: [PATCH] fix typo --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c243f1f..02111ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -776,7 +776,7 @@ RUN \ RUN \ echo "**** arrange files ****" && \ - /usr/local/lib/rustlib/uninstall.sh && + /usr/local/lib/rustlib/uninstall.sh && \ ldconfig && \ mkdir -p \ /buildout/usr/local/bin \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 18f8800..6cb340f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -476,7 +476,7 @@ RUN \ RUN \ echo "**** arrange files ****" && \ - /usr/local/lib/rustlib/uninstall.sh && + /usr/local/lib/rustlib/uninstall.sh && \ ldconfig && \ mkdir -p \ /buildout/usr/local/bin \