Fix: Jenkins: Dockerfile install py3-pip

This commit is contained in:
Tinmarino
2020-12-28 18:56:00 -03:00
parent e4fc0ca0e5
commit dbe332a095
+1
View File
@@ -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