mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-12-03 10:26:54 +00:00
Add ca-certificates to fix ssl connections
This commit is contained in:
parent
8af4753c86
commit
0481a9148c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user