mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 22:00:57 -05:00
Add bash to Dockerfile
This commit is contained in:
parent
26e96b30f8
commit
7c8482c72b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
RUN pip install yamllint && \
|
||||
apk add bash && \
|
||||
rm -rf ~/.cache/pip
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue