grim/wasdead

Add ca-certificates to the build container and copy it to the final image
package commands
import (
"github.com/prologic/bitcask"
"bitbucket.org/TheToyz/nowdead/globals"
)
type TidyCmd struct{}
func (c *TidyCmd) Run(g *globals.Globals) error {
return bitcask.Merge(g.DatabasePath, false)
}