mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2026-06-19 03:32:38 +02:00
fix: add liblzo-dev
This commit is contained in:
+1
-1
@@ -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