diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index cf010b9..425a5bc 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -16,6 +16,8 @@ COPY patches/ /tmp/patches/ RUN \ echo "**** install build packages ****" && \ apk add --no-cache \ + libcrypto1.1=1.1.1t-r1 \ + libssl1.1=1.1.1t-r1 \ autoconf \ automake \ bsd-compat-headers \