We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e1df2 + 24594bd commit 5b8b2d7Copy full SHA for 5b8b2d7
Dockerfile
@@ -10,8 +10,7 @@ RUN apt update && apt upgrade -y
10
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 spaceone-api
+ pip install --upgrade --use-deprecated=legacy-resolver -r ${PKG_DIR}/pip_requirements.txt
15
16
COPY src ${SRC_DIR}
17
pkg/pip_requirements.txt
@@ -1,7 +1,4 @@
1
google-auth
2
google-api-python-client
3
schematics
4
-spaceone-core==1.12.37
5
-grpcio>=1.64.1
6
-grpcio-health-checking==1.64.1
7
-grpcio-reflection==1.64.1
+spaceone-api==2.0.399
0 commit comments