From 056c7c5856dcf0cb09a1a628a1ab8e01ba20d959 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 8 May 2021 14:48:09 +0200 Subject: [PATCH] add ca-certificates --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 298defc..4509536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ ENV AIRSONIC_DIR=/home/airsonic RUN apk add --no-cache \ openjdk11-jre-headless \ + ca-certificates \ + openssl \ ffmpeg \ flac \ opus \