This commit is contained in:
Léo Haf 2025-04-29 11:32:34 +02:00
parent 7f417b0071
commit e8ec109cd7
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -3,7 +3,7 @@ FROM python:3.9.18-slim
WORKDIR /app
RUN apt-get update &&\
apt-get install curl -y &&\
apt-get install curl gcc -y &&\
apt-get clean
COPY DeepSea-Dashboard /app