update container before running

This commit is contained in:
Mario Voigt 2025-03-11 15:11:18 +01:00
parent 176cb946c6
commit 61b63cfe2a

View File

@ -111,6 +111,7 @@ for ARCH_L in "${!ARCHES_LR[@]}"; do
# now attach to that container and start building the packages
#sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash
sudo podman exec -u 0 --tty --interactive fabinfra_deb_${ARCH_L} bash -c "
apt update && apt upgrade;
cd /srcdir/fabaccess-bffh-${BFFHV}/;
dpkg-buildpackage -us -uc -k=B8F5D56C64A6161B35FB4892188C8D1E501EBD41;
cd /srcdir/;