diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-11-21 20:42:28 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-11-21 20:42:28 +0200 |
commit | c60967e935bdc0e7e9aea0a1c23178aee8a73c29 (patch) | |
tree | 45389b7de7de1528ffdcab0593120d12f39c1ac4 /Dockerfile | |
parent | 343343e7e77f9241ef5f58c9cd121f2a49f164b3 (diff) | |
download | wekan-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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |