mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-08 08:01:36 +01:00
fix: add liblzo-dev
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.9-slim-buster
|
|||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
RUN python3 -m pip install --upgrade pip
|
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 autoremove -y
|
||||||
RUN apt clean
|
RUN apt clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user