-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2 additions
and
9 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 |
---|---|---|
|
@@ -4,7 +4,6 @@ LABEL maintainer Camptocamp "[email protected]" | |
ENV \ | ||
DEBIAN_FRONTEND=noninteractive | ||
RUN \ | ||
. /etc/os-release && \ | ||
apt-get update && \ | ||
apt-get install --assume-yes --no-install-recommends apt-utils && \ | ||
apt-get install --assume-yes --no-install-recommends gettext && \ | ||
|
@@ -23,7 +22,6 @@ FROM base AS base-node | |
|
||
ENV NODE_PATH=/usr/lib/node_modules | ||
RUN \ | ||
. /etc/os-release && \ | ||
apt-get update && \ | ||
apt-get install --assume-yes --no-install-recommends apt-transport-https && \ | ||
echo "deb https://deb.nodesource.com/node_10.x ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/nodesource.list && \ | ||
|
@@ -74,7 +72,6 @@ ARG MAJOR_VERSION | |
ENV MAJOR_VERSION=$MAJOR_VERSION | ||
|
||
RUN \ | ||
. /etc/os-release && \ | ||
apt-get update && \ | ||
apt-get install --assume-yes --no-install-recommends libxml2-utils && \ | ||
apt-get clean && \ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ FROM camptocamp/mapserver:7.4 | |
LABEL maintainer Camptocamp "[email protected]" | ||
|
||
RUN \ | ||
. /etc/os-release && \ | ||
apt-get update && \ | ||
apt-get install --assume-yes --no-install-recommends gettext && \ | ||
apt-get clean && \ | ||
|