From ca05cd4de3dcfae3a9053a1fd58ff76356e0423d Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:45:27 +0200 Subject: [PATCH] Fix pip pkgs env var --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 223cde9..2c295d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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