Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading @@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \ mitogen \ jmespath \ pywinrm \ patch \ && \ apk del build-dependencies && \ rm -rf /var/cache/apk/* Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading @@ -21,6 +20,7 @@ RUN apk --no-cache add python3 && \ mitogen \ jmespath \ pywinrm \ patch \ && \ apk del build-dependencies && \ rm -rf /var/cache/apk/* Loading