Skip to content

Commit

Permalink
Fix certificate verification failed
Browse files Browse the repository at this point in the history
Fixes "TLS session: (certificate verification failed): certificate invalid" error message
  • Loading branch information
FlorentPoinsaut committed Mar 28, 2022
1 parent 420ff37 commit 540e29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN set -xeu; \
apt-get update; \
apt-get -y dist-upgrade; \
apt-get install -y --no-install-recommends \
ca-certificates \
exim4-daemon-light \
iproute2 \
; \
Expand Down

0 comments on commit 540e29a

Please sign in to comment.