diff options
-rw-r--r-- | docker/build-osm.Dockerfile | 2 | ||||
-rw-r--r-- | docker/build-vicmap.Dockerfile | 2 | ||||
-rw-r--r-- | docker/conflate.Dockerfile | 2 | ||||
-rw-r--r-- | docker/prepare.Dockerfile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docker/build-osm.Dockerfile b/docker/build-osm.Dockerfile index c557fe3..ad709c7 100644 --- a/docker/build-osm.Dockerfile +++ b/docker/build-osm.Dockerfile @@ -1,6 +1,6 @@ FROM debian:unstable-slim RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin osmium-tool software-properties-common -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/build-vicmap.Dockerfile b/docker/build-vicmap.Dockerfile index 95b28f1..6d81c4c 100644 --- a/docker/build-vicmap.Dockerfile +++ b/docker/build-vicmap.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile index 95b28f1..6d81c4c 100644 --- a/docker/conflate.Dockerfile +++ b/docker/conflate.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn diff --git a/docker/prepare.Dockerfile b/docker/prepare.Dockerfile index 3d97ff4..22e1b46 100644 --- a/docker/prepare.Dockerfile +++ b/docker/prepare.Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim RUN apt-get -y update && apt-get -y install curl gnupg make wget unzip gdal-bin -RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get -y update && apt-get -y install nodejs yarn |