Dockerfile aktualisiert
This commit is contained in:
@@ -6,7 +6,7 @@ LABEL description="tebarius Mysteryhelfer web"
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl build-essential\
|
||||
&& apt-get install -y curl build-essential cmake \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
Reference in New Issue
Block a user