diff options
Diffstat (limited to 'docker/build-vicmap.Dockerfile')
-rw-r--r-- | docker/build-vicmap.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build-vicmap.Dockerfile b/docker/build-vicmap.Dockerfile index 4104e38..f6d1505 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 wget gnupg make gdal-bin -RUN curl -fsSL https://deb.nodesource.com/setup_15.x | bash - +RUN curl -fsSL https://deb.nodesource.com/setup_16.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 |