Skip to content
Snippets Groups Projects
Commit b0087602 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Update Dockerfile

parent 6b611e4e
No related branches found
No related tags found
1 merge request!17Update Dockerfile
Pipeline #2525 canceled
......@@ -2,7 +2,6 @@ FROM registry.cyberbrain.pw/docker/alpine:latest AS builder
ENV PATH="/opt/ansible/bin:$PATH"
RUN apk --no-cache add python3 && \
apk --no-cache add --virtual build-dependencies \
py3-pip \
musl-dev \
python3-dev \
libffi-dev \
......@@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \
mitogen \
jmespath \
pywinrm \
patch \
&& \
apk del build-dependencies && \
rm -rf /var/cache/apk/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment