fix(dockerfile): update Railpack installation script to use bash

This commit is contained in:
Mauricio Siu
2025-03-05 00:36:20 -06:00
parent 24cc08a1ac
commit 6ff06576d0

View File

@@ -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