fix: Use -U to upgrade the skyline-console with tarball

Use -U to upgrade the skyline-console with tarball when
building the skyline container.

Change-Id: I494ee49e8ce5983823388c60124364e0a7064f36
This commit is contained in:
zhu.boxiang 2022-04-23 12:01:55 +08:00
parent ce16e7249b
commit 1ab2cec63b

View File

@ -31,7 +31,7 @@ RUN export LANG=C.UTF-8 \
&& mkdir -p /etc/skyline /var/log/skyline /var/lib/skyline \
&& cd /skyline \
&& poetry install \
&& pip install ${SKYLINE_CONSOLE_PACKAGE_URL} \
&& pip install -U ${SKYLINE_CONSOLE_PACKAGE_URL} \
&& apt-get clean \
&& rm -rf ~/.cache/pip