diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 19:32:51 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-16 19:32:51 +1000 |
commit | a75fd7a7c5330f41429545b7b64177095feb2c17 (patch) | |
tree | 9e96dfc349ba15e531956c66dc5c9154687ba56b | |
parent | 32caa0dc1275d8df40ce1c0d47a3e608d574a02c (diff) |
use debian unstable for conflate for latest packages
-rw-r--r-- | docker/conflate.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile index 3226e69..daccf30 100644 --- a/docker/conflate.Dockerfile +++ b/docker/conflate.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM debian:unstable-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 - |