mirror of https://github.com/nicolargo/glances.git
Fixed docker copy issue
This commit is contained in:
parent
35fe3e57d1
commit
6be4d3ba63
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue