Skip to content
Snippets Groups Projects

Update Dockerfile

Merged Dmitriy Safronov requested to merge zimniy-master-patch-11244 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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/*
Loading