Skip to content

Commit

Permalink
fix: add git to container
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Feb 23, 2024
1 parent d53c719 commit b3e7e2a
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 @@ -8,6 +8,7 @@ WORKDIR /src

COPY requirements.txt /src

RUN apt-get update && apt-get install -y git
RUN pip install -r requirements.txt

COPY . /src
Expand Down

0 comments on commit b3e7e2a

Please sign in to comment.