Add bash to Dockerfile

This commit is contained in:
Lucian Poston 2020-02-17 19:18:15 -06:00
parent 26e96b30f8
commit 7c8482c72b
No known key found for this signature in database
GPG key ID: 3C1A5AD9A4F5AC18

View file

@ -1,6 +1,7 @@
FROM python:3-alpine
RUN pip install yamllint && \
apk add bash && \
rm -rf ~/.cache/pip
ADD entrypoint.sh /entrypoint.sh