Add ca-certificates to docker image
This commit is contained in:
parent
eae2fca941
commit
15b7d488a2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue