From 17cdc3b2d4c134de45fb4c40e6ba492f70038d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 2 Feb 2024 02:58:30 +0100 Subject: [PATCH] Get pre-commit from pip instead of dnf --- Dockerfile.vscode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.vscode b/Dockerfile.vscode index a082bd1..027a358 100644 --- a/Dockerfile.vscode +++ b/Dockerfile.vscode @@ -31,7 +31,6 @@ RUN dnf install -y \ neovim \ pinentry \ pipx \ - pre-commit \ python3 \ zsh \ && dnf clean -y all @@ -40,6 +39,7 @@ RUN dnf install -y \ RUN PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install \ ipython \ pip-audit \ + pre-commit \ poetry \ && rm -rf /root/.cache