mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
add gcc
This commit is contained in:
parent
7f417b0071
commit
e8ec109cd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user