Skip to content

Commit

Permalink
fix: nvm_version as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Oct 23, 2023
1 parent fce79a1 commit a0e0e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN conda install -y cgal-cpp=$cgal_version occt=$occt_version eigen=$eigen_vers
# Target image
FROM "ubuntu:$ubuntu_version"
ARG node_version
ARG nvm_version
ARG conda_path=/opt/conda
ARG local_dir=/usr/local
ARG nvm_dir=$local_dir/nvm
Expand Down

0 comments on commit a0e0e2a

Please sign in to comment.