forked from Mouws/protonmail-bridge-nextcoud-podman
Add ca-certificates to docker image
This commit is contained in:
parent
eae2fca941
commit
15b7d488a2
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user