-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated debian version in dev.docker + added nointeractive frontedn o…
…n debian image
- Loading branch information
1 parent
67d6f41
commit ea6ce13
Showing
5 changed files
with
8 additions
and
6 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM debian:stable | ||
MAINTAINER Jeremy Shimko <[email protected]> | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN groupadd -r node && useradd -m -g node node | ||
|
||
|
@@ -28,7 +29,7 @@ ONBUILD ARG APT_GET_INSTALL | |
ONBUILD ENV APT_GET_INSTALL $APT_GET_INSTALL | ||
|
||
ONBUILD ARG NODE_VERSION | ||
ONBUILD ENV NODE_VERSION ${NODE_VERSION:-8.9.0} | ||
ONBUILD ENV NODE_VERSION ${NODE_VERSION:-14.17.4} | ||
|
||
ONBUILD ARG NPM_TOKEN | ||
ONBUILD ENV NPM_TOKEN $NPM_TOKEN | ||
|
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,5 +1,6 @@ | ||
FROM debian:jessie | ||
FROM debian:stable | ||
MAINTAINER Jeremy Shimko <[email protected]> | ||
ARG DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN groupadd -r node && useradd -m -g node node | ||
|
||
|
@@ -34,7 +35,7 @@ ONBUILD ARG APT_GET_INSTALL | |
ONBUILD ENV APT_GET_INSTALL $APT_GET_INSTALL | ||
|
||
ONBUILD ARG NODE_VERSION | ||
ONBUILD ENV NODE_VERSION ${NODE_VERSION:-8.9.0} | ||
ONBUILD ENV NODE_VERSION ${NODE_VERSION:-14.17.4} | ||
|
||
ONBUILD ARG INSTALL_MONGO | ||
ONBUILD ENV INSTALL_MONGO ${INSTALL_MONGO:-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
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