From 6ff06576d00dad06890ff074fd39662f3964d464 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:36:20 -0600 Subject: [PATCH] fix(dockerfile): update Railpack installation script to use bash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f41dcd7..a5bd7e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \ # Install Railpack ARG RAILPACK_VERSION=0.0.37 -RUN curl -sSL https://railpack.com/install.sh | sh +RUN curl -sSL https://railpack.com/install.sh | bash # Install buildpacks COPY --from=buildpacksio/pack:0.35.0 /usr/local/bin/pack /usr/local/bin/pack