From 034b231aab66e7e75351354cd8411ad1f7715be1 Mon Sep 17 00:00:00 2001 From: wuast94 Date: Fri, 26 Apr 2024 23:22:45 +0200 Subject: [PATCH] Update Dockerfile to use py3-lxml instead of python3-lxml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d0f194..b9e5645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk update && apk add --no-cache \ libxslt-dev \ build-base \ python3-dev \ - python3-lxml + py3-lxml # Install streamlink using pip RUN pip3 install streamlink