We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5cd65 commit 1f22346Copy full SHA for 1f22346
Dockerfile
@@ -26,8 +26,7 @@ ARG YARN_VERSION=1.22.22
26
ARG PNPM_VERSION=9.9.0
27
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \
28
&& rm -rf /var/lib/apt/lists/* \
29
- && curl -fsSL | bash \
30
- && [ -f "$HOME/.volta/bin/volta" ] || (echo "Volta installation failed" && exit 1)
+ && curl -fsSL https://get.volta.sh | bash
31
ENV VOLTA_HOME /root/.volta
32
ENV VOLTA_FEATURE_PNPM=1
33
ENV PATH $VOLTA_HOME/bin:/usr/local/bin:$PATH
0 commit comments