From 92e54bc845e68884974611377b1c9e833a2ec515 Mon Sep 17 00:00:00 2001 From: ronny Date: Sun, 6 Nov 2022 19:49:17 +0100 Subject: [PATCH] Adding missing py3-pip --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7cc9ac..ff88cdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ FROM alpine:edge -RUN apk add ansible-lint py3-setuptools py3-six py3-requests && \ +RUN apk add ansible-lint py3-setuptools py3-six py3-requests py3-pip && \ pip3 install --upgrade pip && \ pip3 install yamllint pykickstart ordered-set pylint && \ ansible-lint --version && \ yamllint -v && \ - pylint --version \ No newline at end of file + pylint --version