Skip to content

Commit

Permalink
chore: tmp add git to dockerfile for git pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Oct 30, 2023
1 parent cbcd05e commit c1490ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ENV PYTHONPATH="/opt:${PYTHONPATH}"

WORKDIR /opt

# TMP while sqlmodel is being upgraded to pyd2 / sqla2
RUN apt-get update && apt-get install -y git && apt-get clean

RUN pip install --upgrade pip
COPY ./requirements-$SERVICE_NAME.txt .
COPY ./requirements-common.txt .
Expand Down

0 comments on commit c1490ed

Please sign in to comment.