Update Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ ARG VERSION
|
||||
|
||||
RUN apk --no-cache add --virtual build-dependencies \
|
||||
build-base libffi-dev libressl-dev && \
|
||||
pip install --no-cache-dir ansible-lint ansible-lint-junit && \
|
||||
pip install --no-cache-dir ansible-lint && \
|
||||
apk del build-dependencies
|
||||
|
||||
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
||||
|
||||
Reference in New Issue
Block a user