From bc59473cb07f229a1810b50b846051a7bd4157bc Mon Sep 17 00:00:00 2001 From: Evan Gibler <20933572+egibs@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:29:13 -0500 Subject: [PATCH] Remove unnecessary pipenv step (#1270) Signed-off-by: egibs <20933572+egibs@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea63aff73..b21876f42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,6 @@ WORKDIR /home/panther-analysis # Install requirements COPY Pipfile . COPY Pipfile.lock . -RUN pipenv uninstall --all RUN pipenv sync --dev # Remove pipfile so it doesn't interfere with local files after install