From 15b7d488a2e3152a689454fd2526708e272501e5 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 7 Jan 2021 21:14:11 +0800 Subject: [PATCH] Add ca-certificates to docker image --- build/Dockerfile | 2 +- deb/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index dfbb90a..b391b6c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -16,7 +16,7 @@ EXPOSE 143/tcp # Install dependencies and protonmail bridge RUN apt-get update \ - && apt-get install -y --no-install-recommends socat pass libsecret-1-0 \ + && apt-get install -y --no-install-recommends socat pass libsecret-1-0 ca-certificates \ && rm -rf /var/lib/apt/lists/* # Copy bash scripts diff --git a/deb/install.sh b/deb/install.sh index bb3b893..2702ca2 100644 --- a/deb/install.sh +++ b/deb/install.sh @@ -7,7 +7,7 @@ DEB_FILE=protonmail-bridge_${VERSION}_amd64.deb # Install dependents apt-get update -apt-get install -y --no-install-recommends socat pass +apt-get install -y --no-install-recommends socat pass ca-certificates # Build time dependencies apt-get install -y wget binutils xz-utils