We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 881364a + d359a7f commit 6932d0fCopy full SHA for 6932d0f
Dockerfile
@@ -11,7 +11,7 @@ RUN apt update && apt upgrade -y
11
COPY pkg/*.txt ${PKG_DIR}/
12
RUN pip install --upgrade pip && \
13
pip install --upgrade --use-deprecated=legacy-resolver -r ${PKG_DIR}/pip_requirements.txt && \
14
- pip install --upgrade --pre spaceone-core spaceone-api
+ pip install --upgrade spaceone-api
15
16
COPY src ${SRC_DIR}
17
0 commit comments