fix: add liblzo-dev

This commit is contained in:
2023-06-10 23:41:57 +02:00
parent fece98a9e9
commit 9a3bb8cd5e

View File

@@ -3,7 +3,7 @@ FROM python:3.9-slim-buster
RUN apt update
RUN apt install python3-pip -y
RUN python3 -m pip install --upgrade pip
RUN apt install curl -y
RUN apt install curl liblzo2-dev -y
RUN apt autoremove -y
RUN apt clean