Fix: Jenkins: Dockerfile install py3-pip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user