Преглед на файлове

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
Martin Filser преди 4 години
родител
ревизия
6d2f8a97af
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .devcontainer/Dockerfile

+ 2 - 2
.devcontainer/Dockerfile

@@ -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 \