Fabio
Fabio
The following should work: ``` yaml provision: - ['sudo', 'sh', '-c', '"apt-get update && apt-get install -y firefox"'] - ['/bin/rm', '/workspace/log/*'] ``` But it doesnt :cry:
Not sure if it happens on v0.3.1 but I noticed that after updating the buildpack with upstream changes for the next release.
https://github.com/ddollar/heroku-buildpack-apt
Keep an eye on http://phantomjs.org/download.html and watch out for a Linux build
Basically to make sure the output matches the latest release as the [fd hack has been removed](https://github.com/fgrehm/devstep/issues/48). Not to say that the PHP buildpack no longer starts a server on...
Using https://github.com/sstephenson/bats or something like that for black box testing
Thinking about injecting Devstep stack and buildpacks on existing images lately, specially the [official stuff](https://blog.docker.com/2014/09/docker-hub-official-repos-announcing-language-stacks/)
Apparently `wget` has less dependencies and we could use it instead of `curl` to download the tarball, reducing the image size a bit more.