We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cc08a commit 6ff0657Copy full SHA for 6ff0657
Dockerfile
@@ -57,7 +57,7 @@ RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
57
58
# Install Railpack
59
ARG RAILPACK_VERSION=0.0.37
60
-RUN curl -sSL https://railpack.com/install.sh | sh
+RUN curl -sSL https://railpack.com/install.sh | bash
61
62
# Install buildpacks
63
COPY --from=buildpacksio/pack:0.35.0 /usr/local/bin/pack /usr/local/bin/pack
0 commit comments