Skip to content

Commit 35be62d

Browse files
authored
Merge pull request #11 from gikang82/master
fix: fix package name
2 parents ead723a + e3743a7 commit 35be62d

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
ARG CACHEBUST=1

0 commit comments

Comments
 (0)