fix a missing update in fastga.sindef
This commit is contained in:
parent
63d176c7fa
commit
00b66afcaa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue