We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2aeacc commit 05a42daCopy full SHA for 05a42da
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3-alpine
2
3
-RUN pip install 'yamllint>=1.25.0' && \
4
- apk add --no-cache bash && \
+RUN apk add --no-cache bash gcc musl-dev && \
+ pip install 'yamllint>=1.25.0' && \
5
rm -rf ~/.cache/pip
6
7
ADD entrypoint.sh /entrypoint.sh
0 commit comments