aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2022-05-24 14:33:48 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2022-05-24 14:33:48 +1000
commit1d2ae5bbf6d043142832e5ae3df931d7c55150f4 (patch)
tree7560cb59faf70718aaec856aab40010340e2cb82
parenta4c05f0b5957f078814b48e60ae79fa401c703d9 (diff)
build-vicmap needs gdal
-rw-r--r--docker/build-vicmap.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build-vicmap.Dockerfile b/docker/build-vicmap.Dockerfile
index 4f7a854..4104e38 100644
--- a/docker/build-vicmap.Dockerfile
+++ b/docker/build-vicmap.Dockerfile
@@ -1,5 +1,5 @@
FROM debian:buster-slim
-RUN apt-get -y update && apt-get -y install curl wget gnupg make
+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 -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