From dbe332a0958762f3423a320a5e7b4398c6473e06 Mon Sep 17 00:00:00 2001 From: Tinmarino Date: Mon, 28 Dec 2020 18:56:00 -0300 Subject: [PATCH] Fix: Jenkins: Dockerfile install py3-pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cc82b0e..5dc5496 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM testbed/vim:latest RUN apk --no-cache add bash RUN apk --no-cache add git RUN apk --no-cache add python3 +RUN apk --no-cache add py3-pip # Get vint for linting RUN pip3 install vim-vint