diff --git a/Dockerfile b/Dockerfile index 307c7ee..f15df4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10-slim-bullseye WORKDIR /usr/src/app -RUN apt-get update && apt-get install libmagic-dev -y +RUN apt-get update && apt-get install libmagic-dev curl -y COPY . . RUN pip install --no-cache-dir -r requirements.txt