hyperledger-archives / ursa

Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
https://wiki.hyperledger.org/display/ursa
Apache License 2.0
321 stars 142 forks source link

Normalize convenience dockerfiles for ubuntu #166

Closed dcmiddle closed 3 years ago

dcmiddle commented 3 years ago

All dockerfiles were missing llvm and clang dependencies which caused build failures associated with libsodium.

Some dockerfiles were missing required environment variables which also caused build failures.

Some dockerfiles had extraneous components which are removed for consistency and to keep the image sizes minimized.

All dockerfiles were also missing required license headers.

Signed-off-by: Dan Middleton dan.hyperledger@gmail.com