Skip to content

Commit aa0fbb9

Browse files
author
Gwangil Kang
committed
fix: update package
Signed-off-by: Gwangil Kang <[email protected]>
1 parent f524c5f commit aa0fbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt update && apt upgrade -y
1111
COPY pkg/*.txt ${PKG_DIR}/
1212
RUN pip install --upgrade pip && \
1313
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
14-
pip install --upgrade --pre spaceone-core spaceone-api
14+
pip install --upgrade spaceone-api
1515

1616
COPY src ${SRC_DIR}
1717
ARG CACHEBUST=1

0 commit comments

Comments
 (0)