Skip to content

Commit

Permalink
Added git to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Feb 21, 2024
1 parent cdee0d1 commit bb817a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM python:3.8-slim

WORKDIR /usr/src/app/

RUN apt-get update && apt-get install -y git

ADD requirements.txt .
RUN pip3 install -r requirements.txt
RUN pip3 install gunicorn
Expand Down

0 comments on commit bb817a3

Please sign in to comment.