mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Base Image of Development and Build are now the same
- libarchive-tools contains bsdtar. bsdtar is needed for meteor installation, it doesn't / or didn't work with docker and overlayfs. see also here: https://github.com/jshimko/meteor-launchpad/issues/39 https://github.com/anchore/anchore-engine/issues/106 https://github.com/coreos/bugs/issues/1095
This commit is contained in:
parent
bbd3324b79
commit
6d2f8a97af
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian
|
||||
FROM quay.io/wekan/ubuntu:groovy-20210115
|
||||
LABEL maintainer="sgr"
|
||||
|
||||
ENV BUILD_DEPS="gnupg gosu bsdtar wget curl bzip2 g++ build-essential python git ca-certificates iproute2"
|
||||
ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python git ca-certificates iproute2"
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue