diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2022-05-24 15:35:03 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2022-05-24 15:35:03 +1000 |
commit | d5f31ce81fc881d0ba07d68c4393771fb0d6bb55 (patch) | |
tree | 992e0efcb18c2918708af625efcc0b055224752d /docker/build-vicmap.Dockerfile | |
parent | 0b5e9f5dda7041e1ca6d2ff513e4cbd25bee2ce5 (diff) |
update docker images
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 f6d1505..fd6fb49 100644 --- a/docker/build-vicmap.Dockerfile +++ b/docker/build-vicmap.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim RUN apt-get -y update && apt-get -y install curl wget gnupg make gdal-bin RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - |