We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f524c5f commit aa0fbb9Copy full SHA for aa0fbb9
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 -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
ARG CACHEBUST=1
0 commit comments