Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Build Container Image for Cap9 #202

Open JakeOShannessy opened 4 years ago

JakeOShannessy commented 4 years ago

Our current circleci config is quite verbose because it needs to handle a bunch of base dependencies like gcc, ssl, cmake etc. It would be much simpler if we could just pull in our own image which had all of these things installed. Here's a wishlist of pre-installed items:

The information for all of these can be found in the circleci config. Many will have different names depending on platform and some might not be necessary if we don't have to build the others.