From 6054f9b83f0eae69cb9bf75e963680ebdf893a16 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 19:49:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5551eda..477acee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN set -e; \ pacman-key --init; \ pacman-key --populate; \ echo "installing bash"; \ - pacman -Sy --noconfirm bash; \\ + pacman -Sy --noconfirm bash; \ BASH_CMD="$(command -v bash 2>/dev/null|| true)"; \ [ -x "$BASH_CMD" ] && { rm -rf "/bin/sh" || true; } && ln -sf "$BASH_CMD" "/bin/sh" || true; \ [ -n "$BASH_CMD" ] && sed -i 's|root:x:.*|root:x:0:0:root:/root:'$BASH_CMD'|g' "/etc/passwd" || true