From 583be3faac204714f747cbe9415b0b907bfbbd85 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 21 Dec 2021 14:36:40 +1100 Subject: install b2 --- docker/prepare.Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/prepare.Dockerfile') 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 -- cgit v1.2.3