veracruz-project / veracruz-docker-image

Development Docker image for the Veracruz privacy-preserving compute project. Veracruz is an adopted project of the Confidential Compute Consortium (CCC).
https://veracruz-project.github.io
MIT License
5 stars 10 forks source link

Fix the nitro build on non-AWS platforms #35

Closed dreemkiller closed 2 years ago

dreemkiller commented 2 years ago

On non-AWS platforms, the ne group is not present, which resulted in an empty then block in a bash script being attempted, which is not allowed. Fixed to to echo a statement in that block, so the block is no longer empty.