Skip to content

Commit

Permalink
Base Image of Development and Build are now the same
Browse files Browse the repository at this point in the history
- libarchive-tools contains bsdtar. bsdtar is needed for meteor
  installation, it doesn't / or didn't work with docker and overlayfs.

  see also here:

  jshimko/meteor-launchpad#39
  anchore/anchore-engine#106
  coreos/bugs#1095
  • Loading branch information
mfilser committed Jun 11, 2021
1 parent bbd3324 commit 6d2f8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 6d2f8a9

Please sign in to comment.