Skip to content

Commit

Permalink
Merge pull request #90 from hcorson-dosch-usgs/update_debian_node_setup
Browse files Browse the repository at this point in the history
Update debian node setup
  • Loading branch information
hcorson-dosch-usgs authored May 22, 2023
2 parents e8ea920 + 04c1731 commit 63b6ddf
Show file tree
Hide file tree
Showing 4 changed files with 10,436 additions and 7,505 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM artifactory.wma.chs.usgs.gov/docker-official-mirror/debian:stretch
FROM artifactory.wma.chs.usgs.gov/docker-official-mirror/debian:stable

LABEL maintainer="gw-w_vizlab@usgs.gov"

Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get clean

# Enable the NodeSource repository and install the latest nodejs
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_current.x | bash - && \
apt-get install nodejs -y

# Create temp directory for building viz app
Expand Down
Loading

0 comments on commit 63b6ddf

Please sign in to comment.