Fix kolla-toolbox build
``pynacl`` package need ``make`` to build. kolla-toolbox build is failing due ``make`` missing package. pynacl upstream bug: https://github.com/pyca/pynacl/issues/298 Change-Id: Ifbb86ec2888284cfbda5e567cb1748432658953c Closes-Bug: #1697300
This commit is contained in:
@@ -19,6 +19,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'libffi-devel',
|
||||
'libxml2-devel',
|
||||
'libxslt-devel',
|
||||
'make',
|
||||
'openssh-clients',
|
||||
'openssl-devel',
|
||||
'python-devel'
|
||||
|
||||
Reference in New Issue
Block a user