lvh / icecap

URL-based object capability system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't leave an entire buildchain laying around in the container

lvh opened this issue · comments

commented

The current Docker approach leaves an entire buildchain laying around in the container.

The "obvious" way to close this issue would be to just sudo apt-get --purge remove $ALL_OF_THOSE_PACKAGES. That's some extra useless work on Travis, which is kind-of okay.

Probably the real solution here is to have a binary libsodium package; see #20.

commented

This is fixed as a side-effect of fixing #20.