mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
update container before running
This commit is contained in:
parent
176cb946c6
commit
61b63cfe2a
1
debian/create-packages.sh
vendored
1
debian/create-packages.sh
vendored
@ -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/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user