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

Commit

Permalink
Add git to dockerfile to work with dev version of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 16, 2023
1 parent db6b4f2 commit 8d69e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ COPY README.md /app/
COPY ${package}/ /app/${package}

# Install all plugin dependencies from the generated requirements.txt file
RUN dnf install git # 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 8d69e2c

Please sign in to comment.