Skip to content

Commit

Permalink
Merge pull request #9 from Sooyoung98/master
Browse files Browse the repository at this point in the history
Fixed Dockerfile to solve grpc error
  • Loading branch information
Sooyoung98 authored Jan 6, 2024
2 parents 8c157c8 + 5f700ef commit 19b9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt update && apt upgrade -y
COPY pkg/*.txt ${PKG_DIR}/
RUN pip install --upgrade pip && \
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
pip install --upgrade --pre spaceone-core spaceone-api
pip install --upgrade spaceone-api

COPY src ${SRC_DIR}
ARG CACHEBUST=1
Expand Down

0 comments on commit 19b9508

Please sign in to comment.