Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default shell to /bin/sh #166

Merged
merged 1 commit into from
Feb 22, 2020
Merged

Change default shell to /bin/sh #166

merged 1 commit into from
Feb 22, 2020

Conversation

kkznch
Copy link
Contributor

@kkznch kkznch commented Feb 20, 2020

This Dockerfile cant't build because of default shell.

FROM k1low/tbls

RUN apk add --update --no-cache \
           graphviz \
           ttf-freefont

Error message:

 failed to build: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown

@kkznch kkznch requested a review from k1LoW February 20, 2020 06:43
@k1LoW
Copy link
Owner

k1LoW commented Feb 20, 2020

@kkznch Thank you for your report !!!

And

If you OK, could you add following your RUN command to Dockerfile, too ?

RUN apk add --update --no-cache \
           graphviz \
           ttf-freefont

looks good !

Thanks.

@k1LoW k1LoW merged commit 2250cf3 into k1LoW:master Feb 22, 2020
@k1LoW
Copy link
Owner

k1LoW commented Feb 22, 2020

Thank you !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants