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