aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2023-10-16 19:01:12 +1100
committerAndrew Harvey <andrew@alantgeo.com.au>2023-10-16 19:01:12 +1100
commit268e6c1dd0d31ecfabc69e1aa21fc0a1a0fba4ca (patch)
tree9e951c39f7ef4ad0529c035051604797ed507814
parente54837d04682c9b47582b3764d6216b71a334fa9 (diff)
conflate now needs gdal-bin to convert results to fgb
-rw-r--r--docker/conflate.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 693c4ee..fd6fb49 100644
--- a/docker/conflate.Dockerfile
+++ b/docker/conflate.Dockerfile
@@ -1,5 +1,5 @@
FROM debian:bullseye-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_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