mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer/Dockerfile, don't remove ca-certificates because it's needed for "meteor npm install"
This commit is contained in:
parent
7dc20616a7
commit
e7e1f1b667
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ LABEL maintainer="sgr"
|
|||
# - gyp does not yet work with Ubuntu 22.04 ubuntu:rolling,
|
||||
# so changing to 21.10. https://github.com/wekan/wekan/issues/4488
|
||||
|
||||
ENV BUILD_DEPS="apt-utils apt-transport-https gnupg gosu libarchive-tools wget bzip2 g++ build-essential git ca-certificates iproute2"
|
||||
ENV BUILD_DEPS="apt-utils apt-transport-https gnupg gosu libarchive-tools wget bzip2 g++ build-essential git iproute2"
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV \
|
||||
|
@ -194,7 +194,7 @@ COPY \
|
|||
RUN set -o xtrace \
|
||||
&& useradd --user-group --no-create-home --system --home-dir /home/wekan wekan \
|
||||
&& apt-get update \
|
||||
&& apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS} curl python3 \
|
||||
&& apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS} curl python3 ca-certificates \
|
||||
|
||||
# OLD:
|
||||
# && curl -fsSLO --compressed "https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-$ARCHITECTURE.tar.xz" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue