aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/build-osm.Dockerfile1
-rw-r--r--docker/build-vicmap.Dockerfile3
-rw-r--r--docker/candidate.Dockerfile3
-rw-r--r--docker/conflate.Dockerfile3
-rw-r--r--docker/prepare.Dockerfile1
5 files changed, 8 insertions, 3 deletions
diff --git a/docker/build-osm.Dockerfile b/docker/build-osm.Dockerfile
index ad709c7..7e8e4e0 100644
--- a/docker/build-osm.Dockerfile
+++ b/docker/build-osm.Dockerfile
@@ -8,3 +8,4 @@ RUN wget -qO - https://qgis.org/downloads/qgis-2020.gpg.key | gpg --no-default-k
RUN chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg
RUN add-apt-repository "deb https://qgis.org/debian unstable main"
RUN apt-get -y update && apt-get -y install qgis
+RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2
diff --git a/docker/build-vicmap.Dockerfile b/docker/build-vicmap.Dockerfile
index 6d81c4c..4f7a854 100644
--- a/docker/build-vicmap.Dockerfile
+++ b/docker/build-vicmap.Dockerfile
@@ -1,7 +1,8 @@
FROM debian:buster-slim
-RUN apt-get -y update && apt-get -y install curl gnupg make
+RUN apt-get -y update && apt-get -y install curl wget gnupg make
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
RUN apt-get -y update && apt-get -y install nodejs yarn
+RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2
diff --git a/docker/candidate.Dockerfile b/docker/candidate.Dockerfile
index 06421f7..db091ba 100644
--- a/docker/candidate.Dockerfile
+++ b/docker/candidate.Dockerfile
@@ -1,7 +1,8 @@
FROM debian:buster-slim
-RUN apt-get -y update && apt-get -y install curl gnupg make git
+RUN apt-get -y update && apt-get -y install curl wget gnupg make git
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
RUN apt-get -y update && apt-get -y install nodejs yarn python3
RUN git clone https://github.com/grigory-rechistov/osm-bulk-upload.git upload && sed -i s/api\.openstreetmap\.org/master.apis.dev.openstreetmap.org/g upload/*.py
+RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2
diff --git a/docker/conflate.Dockerfile b/docker/conflate.Dockerfile
index 6d81c4c..4f7a854 100644
--- a/docker/conflate.Dockerfile
+++ b/docker/conflate.Dockerfile
@@ -1,7 +1,8 @@
FROM debian:buster-slim
-RUN apt-get -y update && apt-get -y install curl gnupg make
+RUN apt-get -y update && apt-get -y install curl wget gnupg make
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
RUN apt-get -y update && apt-get -y install nodejs yarn
+RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2
diff --git a/docker/prepare.Dockerfile b/docker/prepare.Dockerfile
index 22e1b46..12a70b6 100644
--- a/docker/prepare.Dockerfile
+++ b/docker/prepare.Dockerfile
@@ -4,4 +4,5 @@ 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
RUN apt-get -y update && apt-get -y install nodejs yarn
+RUN wget -qO /usr/bin/b2 'https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux' && chmod +x /usr/bin/b2