Skip to content
Snippets Groups Projects
Verified Commit 85228a2e authored by Louis's avatar Louis :fire:
Browse files

Use root folder for node & cargo bin folders

parent 32c1e011
No related branches found
No related tags found
No related merge requests found
Pipeline #725 passed with stage
in 6 minutes and 2 seconds
......@@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get install -y sudo curl wget zip unzip make build-essential clang rustup libpq-dev libsqlite3-dev && \
rm -rf /var/lib/apt/lists/*
ENV NVM_DIR=/home/${USERNAME}/.nvm
ENV NVM_DIR=/root/.nvm
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
......@@ -29,4 +29,4 @@ RUN cargo install cross --git https://github.com/cross-rs/cross
COPY --from=docker_host /usr/local/bin/docker /usr/local/bin/docker
ENV CROSS_CONTAINER_IN_CONTAINER=true
ENV PATH="${PATH}:/home/${USERNAME}/.cargo/bin:${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/"
\ No newline at end of file
ENV PATH="${PATH}:/root/.cargo/bin:${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment