diff --git a/Dockerfile b/Dockerfile index dd158b5..05f2b99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM docker.io/python:3.8.12-slim-bullseye COPY . /halfapi WORKDIR /halfapi +RUN apt-get update > /dev/null && apt-get -y install git > /dev/null RUN pip install gunicorn uvicorn RUN pip install . CMD gunicorn halfapi.app