Skip to content

Commit

Permalink
fix: add missing bash for entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Oct 15, 2021
1 parent 566eb5a commit 6feaedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.14
# renovate: datasource=pypi depName=yamllint
ENV YAMLLINT_VERSION=1.26.3

RUN apk add --no-cache python3 python3-dev py3-pip && \
RUN apk add --no-cache bash python3 python3-dev py3-pip && \
pip3 install -U yamllint==${YAMLLINT_VERSION} && \
rm -rf /root/.cache

Expand Down

0 comments on commit 6feaedf

Please sign in to comment.