Add ca-certificates to docker image

This commit is contained in:
Xiaonan Shen 2021-01-07 21:14:11 +08:00
parent eae2fca941
commit 15b7d488a2
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ EXPOSE 143/tcp
# Install dependencies and protonmail bridge # Install dependencies and protonmail bridge
RUN apt-get update \ 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/* && rm -rf /var/lib/apt/lists/*
# Copy bash scripts # Copy bash scripts

View File

@ -7,7 +7,7 @@ DEB_FILE=protonmail-bridge_${VERSION}_amd64.deb
# Install dependents # Install dependents
apt-get update 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 # Build time dependencies
apt-get install -y wget binutils xz-utils apt-get install -y wget binutils xz-utils