Fixed docker copy issue

pull/1868/head
Clifford W. Hansen 2021-05-20 16:54:36 +02:00
parent 35fe3e57d1
commit 6be4d3ba63
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ RUN pip3 install --no-cache-dir --user glances[all]
FROM build as additional-packages
COPY *requirements.txt .
COPY *requirements.txt ./
RUN CASS_DRIVER_NO_CYTHON=1 pip3 install --no-cache-dir --user -r optional-requirements.txt

View File

@ -30,7 +30,7 @@ RUN pip3 install --no-cache-dir --user glances[all]
FROM build as additional-packages
COPY *requirements.txt .
COPY *requirements.txt ./
RUN CASS_DRIVER_NO_CYTHON=1 pip3 install --no-cache-dir --user -r optional-requirements.txt