You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R docker image I'm preparing, is based on alpine linux and doesn't come with a bash shell (alpine uses the ash shell).
Can #!/bin/bash be replaced with #!/bin/sh in main.sh and logger.sh? If not, I'll install the bash shell in the docker image (but I like to keep it as minimal as possible).
The R docker image I'm preparing, is based on alpine linux and doesn't come with a bash shell (alpine uses the ash shell).
Can
#!/bin/bash
be replaced with#!/bin/sh
in main.sh and logger.sh? If not, I'll install the bash shell in the docker image (but I like to keep it as minimal as possible).Original issue by jfmeys on Thu Apr 05 2018 at 17:55.
The text was updated successfully, but these errors were encountered: