Add ca-certificates to fix ssl connections

This commit is contained in:
ViViDboarder 2018-10-31 22:09:20 -07:00
parent 8af4753c86
commit 0481a9148c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ MAINTAINER ViViDboarder <vividboarder@gmail.com>
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
cron \
restic \
&& apt-get clean \