提交 6be4d3ba 编写于 作者: C Clifford W. Hansen

Fixed docker copy issue

上级 35fe3e57
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册