mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +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 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user