Skip to content

Commit

Permalink
fix: fix typo at Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Sep 6, 2024
1 parent e0a996c commit d3b3f0d
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 @@ -12,7 +12,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 -r ${PKG_DIR}/pip_requirements.txt && \
pip install --upgrade --pre spaceone-inventory

COPY src ${SRC_DIR}
Expand Down

0 comments on commit d3b3f0d

Please sign in to comment.