fix a missing update in fastga.sindef

This commit is contained in:
Johann Dreo 2022-01-04 11:03:53 +01:00
commit 00b66afcaa

View file

@ -1,9 +1,10 @@
Bootstrap: library https://github.com/drbild/json2yaml.gitBootstrap: library
From: ubuntu:20.04 From: ubuntu:20.04
%post %post
# Dependencies # Dependencies
apt -y update
apt -y install software-properties-common apt -y install software-properties-common
add-apt-repository universe add-apt-repository universe
apt -y update apt -y update