From 8c95c9816ea7277754bed9898f8acd5f318859b5 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:27:26 +0200 Subject: [PATCH] Update Dockerfile --- tvheadend/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 88bc57a..e1c7aab 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -15,7 +15,8 @@ COPY patches/ /tmp/patches/ RUN \ echo "**** install build packages ****" && \ - apk add --no-cache -U \ + apk upgrade --available \ + apk add --no-cache \ libcrypto1.1=1.1.1t-r3 \ libssl1.1=1.1.1t-r3 \ autoconf \