Fix pip pkgs env var

This commit is contained in:
Maciej Lebiest 2023-07-16 14:45:27 +02:00 committed by GitHub
parent 75f06d897c
commit ca05cd4de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ ENV MASON_PKGS=" \
markdownlint\
ansiblels"
ENV PIP_PKGS = "pynvim ansible ansible-lint"
ENV PIP_PKGS="pynvim ansible ansible-lint"
COPY . /root/.config/nvim
# install system dependencies