Skip to content

Commit

Permalink
Remove unnecessary pipenv step (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
  • Loading branch information
egibs authored and ben-githubs committed Jun 27, 2024
1 parent 6eb330b commit 575dc62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 575dc62

Please sign in to comment.