aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 19:08:07 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 19:08:07 +1000
commit32caa0dc1275d8df40ce1c0d47a3e608d574a02c (patch)
treec4dc9de44f35e683acaf00e027bbc85e5f421551
parenta1751004c7560b391a3f477cff5f3bfa3d90c1e9 (diff)
need more recent gdal for flatgeobuf
-rw-r--r--docker/conflate.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 6043176..3226e69 100644
--- a/docker/conflate.Dockerfile
+++ b/docker/conflate.Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:buster-slim
+FROM debian:bullseye-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 -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -