Skip to content

Commit e12b946

Browse files
authored
fix: remove Dockerfile spaceone-core install command
Signed-off-by: ImMino <mino@megazone.com>
1 parent d78bccc commit e12b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)