summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-21 20:42:28 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-21 20:42:28 +0200
commitc60967e935bdc0e7e9aea0a1c23178aee8a73c29 (patch)
tree45389b7de7de1528ffdcab0593120d12f39c1ac4 /Dockerfile
parent343343e7e77f9241ef5f58c9cd121f2a49f164b3 (diff)
downloadwekan-c60967e935bdc0e7e9aea0a1c23178aee8a73c29.tar.gz
wekan-c60967e935bdc0e7e9aea0a1c23178aee8a73c29.tar.bz2
wekan-c60967e935bdc0e7e9aea0a1c23178aee8a73c29.zip
It seems Ubuntu eoan package bsdtar has been renamed to libarchive-tools.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \