devstep icon indicating copy to clipboard operation
devstep copied to clipboard

Improve inline buildpack

Open fgrehm opened this issue 10 years ago • 0 comments

The following should work:

provision:
  - ['sudo', 'sh', '-c', '"apt-get update && apt-get install -y firefox"']
  - ['/bin/rm', '/workspace/log/*']

But it doesnt :cry:

fgrehm avatar May 06 '15 01:05 fgrehm