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:
parent
ce16e7249b
commit
1ab2cec63b
@ -31,7 +31,7 @@ RUN export LANG=C.UTF-8 \
|
|||||||
&& mkdir -p /etc/skyline /var/log/skyline /var/lib/skyline \
|
&& mkdir -p /etc/skyline /var/log/skyline /var/lib/skyline \
|
||||||
&& cd /skyline \
|
&& cd /skyline \
|
||||||
&& poetry install \
|
&& poetry install \
|
||||||
&& pip install ${SKYLINE_CONSOLE_PACKAGE_URL} \
|
&& pip install -U ${SKYLINE_CONSOLE_PACKAGE_URL} \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf ~/.cache/pip
|
&& rm -rf ~/.cache/pip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user