Skip to content

Commit 24594bd

Browse files
committed
refactoring: update Dockerfile and pip requirements to remove grpcio dependencies and include spaceone-api
Signed-off-by: kang2453 <[email protected]>
1 parent d5e1df2 commit 24594bd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ RUN apt update && apt upgrade -y
1010

1111
COPY pkg/*.txt ${PKG_DIR}/
1212
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
13+
pip install --upgrade --use-deprecated=legacy-resolver -r ${PKG_DIR}/pip_requirements.txt
1514

1615
COPY src ${SRC_DIR}
1716

pkg/pip_requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
google-auth
22
google-api-python-client
33
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
4+
spaceone-api==2.0.399

0 commit comments

Comments
 (0)