-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from hcorson-dosch-usgs/update_debian_node_setup
Update debian node setup
- Loading branch information
Showing
4 changed files
with
15,388 additions
and
12,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
legacy-peer-deps=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="[email protected]" | ||
|
||
|
@@ -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 | ||
|
Oops, something went wrong.