-
-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into release-3.0.3
- Loading branch information
Showing
3 changed files
with
51 additions
and
44 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# DOCKER-VERSION 0.5.3 | ||
|
||
# See http://phusion.github.io/baseimage-docker/ | ||
FROM phusion/baseimage:master | ||
FROM phusion/baseimage:focal-1.2.0 | ||
|
||
MAINTAINER Justin Plock <[email protected]> | ||
|
||
|
@@ -23,8 +23,8 @@ RUN /etc/my_init.d/00_regen_ssh_host_keys.sh | |
|
||
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list | ||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -q update | ||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -q install python-software-properties g++ make git curl | ||
RUN curl -sL https://deb.nodesource.com/setup_10.x | setuser root bash - | ||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -q install software-properties-common g++ make git curl | ||
RUN curl -sL https://deb.nodesource.com/setup_18.x | setuser root bash - | ||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y -q install nodejs && \ | ||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
||
|
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
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