bash-exporter icon indicating copy to clipboard operation
bash-exporter copied to clipboard

Provided Docker container does not have bash installed (only sh)

Open nanawel opened this issue 4 years ago • 0 comments

Which is quite frustrating when the target application is called "bash-exporter" :wink:

I guess this could be solved by installing the right package in the Dockerfile:

RUN apk update && apk add bash

nanawel avatar Mar 22 '20 17:03 nanawel