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