Skip to content

Commit

Permalink
Merge branch 'main' into kepler/pen-411-configurable-station-init
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos authored Mar 6, 2025
2 parents 46a3219 + 6fa186f commit 7effe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ ENV PATH=$CARGO_HOME/bin:$PATH
ENV PATH=$FNM_DIR/bin:$PATH
# Install Rust and the Node.js version manager
COPY rust-toolchain.toml .
RUN curl -fsSL https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path && \
curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir $FNM_DIR/bin --skip-shell
RUN curl -O https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-gnu/rustup-init && chmod +x rustup-init && ./rustup-init -y
RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir $FNM_DIR/bin --skip-shell
# Add the fnm env var envaluation to the bashrc to enable it in bash by default
RUN echo "eval \"$(fnm env)\"" >> $HOME/.bashrc
# Add expected node version file and root package.json with expected pnpm version
Expand Down

0 comments on commit 7effe6f

Please sign in to comment.