From d5cfa793aa1c2f9fb2d5a4769f7c0407b97be72c Mon Sep 17 00:00:00 2001 From: lzzy12 Date: Thu, 19 Mar 2020 15:58:57 +0530 Subject: [PATCH] Dockerfile: Fix lxml package name Signed-off-by: lzzy12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33134f3..8341558 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache --update \ ca-certificates \ aria2 \ libmagic \ - python3-lxml \ + py3-lxml \ curl \ pv \ jq