cleanup build deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-21 15:45:18 +01:00
parent 37a7d0250b
commit f46ff8a39a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 6 additions and 6 deletions

View File

@ -15,15 +15,15 @@ ENV MOLECULE_VERSION="${BUILD_VERSION:-3.2.3}"
# renovate: datasource=pypi depName=ansible # renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.0.0}" ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.0.0}"
ENV PY_COLORS=1 \ ENV PY_COLORS=1
ANSIBLE_FORCE_COLOR=true \ ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
USER=root \ ENV ANSIBLE_FORCE_COLOR=true
PATH=/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin ENV USER=root
ENV PATH=/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin
COPY overlay/ / COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps gcc make libffi-dev musl-dev \ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
openssl-dev python3-dev cargo && \
apk add --update --no-cache git openssh-client && \ apk add --update --no-cache git openssh-client && \
echo "Installing requirements ..." && \ echo "Installing requirements ..." && \
pip install -qq --upgrade --no-cache-dir pip && \ pip install -qq --upgrade --no-cache-dir pip && \