devstep
devstep copied to clipboard
Improve inline buildpack
The following should work:
provision:
- ['sudo', 'sh', '-c', '"apt-get update && apt-get install -y firefox"']
- ['/bin/rm', '/workspace/log/*']
But it doesnt :cry: