Skip to content

Commit 6ff0657

Browse files
committed
fix(dockerfile): update Railpack installation script to use bash
1 parent 24cc08a commit 6ff0657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
5757

5858
# Install Railpack
5959
ARG RAILPACK_VERSION=0.0.37
60-
RUN curl -sSL https://railpack.com/install.sh | sh
60+
RUN curl -sSL https://railpack.com/install.sh | bash
6161

6262
# Install buildpacks
6363
COPY --from=buildpacksio/pack:0.35.0 /usr/local/bin/pack /usr/local/bin/pack

0 commit comments

Comments
 (0)