Skip to content

Commit

Permalink
Merge pull request #90 from lhhyung/main
Browse files Browse the repository at this point in the history
Modify dockerfile python package build step
  • Loading branch information
lhhyung authored Aug 23, 2024
2 parents 71b89c9 + f3721ce commit 9339619
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cloudforet/python-core:2
FROM cloudforet/python-core:2.0.90

ENV PYTHONUNBUFFERED 1
ENV CLOUDONE_PORT 50051
Expand All @@ -9,7 +9,8 @@ ENV SRC_DIR /tmp/src
COPY pkg/*.txt ${PKG_DIR}/
RUN pip install --upgrade pip && \
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
pip install --upgrade spaceone-api spaceone-inventory
pip install --upgrade spaceone-api && \
pip install --upgrade --pre spaceone-inventory

COPY src ${SRC_DIR}

Expand Down

0 comments on commit 9339619

Please sign in to comment.