Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Remove git install
Browse files Browse the repository at this point in the history
No longer needed due to the required dependency being on pypi
  • Loading branch information
jaredoconnell committed Sep 22, 2023
1 parent bd86e86 commit f2aaef9
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 @@ -36,7 +36,6 @@ COPY README.md /app/
COPY ${package}/ /app/${package}

# Install all plugin dependencies from the generated requirements.txt file
RUN dnf install git -y # REMOVE THIS BEFORE MERGE, after updating to released SDK.
RUN python -m pip install -r requirements.txt

WORKDIR /app/${package}
Expand Down

0 comments on commit f2aaef9

Please sign in to comment.