Skip to content

Commit

Permalink
fix: modified dockerfile to delete pre tags for spaceone api
Browse files Browse the repository at this point in the history
  • Loading branch information
Sooyoung98 committed Jan 6, 2024
1 parent 8c157c8 commit 5f700ef
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 5f700ef

Please sign in to comment.