Skip to content
Snippets Groups Projects
Commit eee0f329 authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

gitlab-ci: Avoid partial update


If we update and install new packages, without doing an "upgrade", there
might be some incompatibility issues.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent a7130674
No related branches found
No related tags found
No related merge requests found
Pipeline #4703 passed
...@@ -272,6 +272,7 @@ relocatable-install: ...@@ -272,6 +272,7 @@ relocatable-install:
dpkg --add-architecture i386 dpkg --add-architecture i386
apt-get -y update apt-get -y update
apt-get -y upgrade
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \
libc6-i386 \ libc6-i386 \
libgl1-mesa-dri:i386 \ libgl1-mesa-dri:i386 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment