From e8ec109cd74f75490b6ea0f2812daa2244492d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Tue, 29 Apr 2025 11:32:34 +0200 Subject: [PATCH] add gcc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed138a8..9b5e86e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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