Add wget to package-installs.yaml for epel
A recent commit (I29c73355a85112840b57f93b39a9eeda421875e6) updated the epel element to rely on wget, but wget is not always installed. Since wget is used in pre-install.d, we must install it in that phase. Change-Id: Iad2a9c4f0081835a1aa78e6fd2f721f6afd44dc2
This commit is contained in:
parent
6d5447afe8
commit
7550b6e5d3
1
elements/epel/element-deps
Normal file
1
elements/epel/element-deps
Normal file
@ -0,0 +1 @@
|
|||||||
|
package-installs
|
2
elements/epel/package-installs.yaml
Normal file
2
elements/epel/package-installs.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
wget:
|
||||||
|
phase: pre-install.d
|
Loading…
Reference in New Issue
Block a user