From c60967e935bdc0e7e9aea0a1c23178aee8a73c29 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 21 Nov 2019 20:42:28 +0200 Subject: It seems Ubuntu eoan package bsdtar has been renamed to libarchive-tools. Thanks to xet7 ! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index cb17cef7..ee1f95e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="wekan" # Set the environment variables (defaults where required) # DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303 # ENV BUILD_DEPS="paxctl" -ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ +ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ DEBUG=false \ NODE_VERSION=v8.16.2 \ METEOR_RELEASE=1.8.1 \ -- cgit v1.2.3-1-g7c22