chore: improve renovate dependency detection
Docker Build and Push / build (pull_request) Successful in 52s
Docker Build and Push / build (pull_request) Successful in 52s
This commit is contained in:
+3
-2
@@ -1,12 +1,13 @@
|
||||
FROM "python:3.7-alpine"
|
||||
FROM python:3.7-alpine
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
ARG VERSION
|
||||
ARG ANSIBLE_REVIEW_VERSION=0.13.9
|
||||
|
||||
RUN apk --no-cache add --virtual build-dependencies \
|
||||
build-base libffi-dev libressl-dev && \
|
||||
pip install --no-cache-dir ansible-review && \
|
||||
pip install --no-cache-dir ansible-review==${ANSIBLE_REVIEW_VERSION} && \
|
||||
apk del build-dependencies
|
||||
|
||||
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
||||
|
||||
Reference in New Issue
Block a user