From 7c4a184ee61d6a8eaffb9d10eb136745a914d88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 30 Nov 2023 16:36:14 -0800 Subject: [PATCH] Remove zlib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48e3e74..4de4aab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . lvmscp ENV IS_CONTAINER=yes -RUN apt-get update && apt-get install -y build-essential libbz2-dev zlib zlib1g-dev +RUN apt-get update && apt-get install -y build-essential libbz2-dev zlib1g-dev RUN pip3 install -U pip setuptools wheel RUN cd lvmscp && pip3 install .