diff --git a/Dockerfile b/Dockerfile index 35bb658..18e07e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.10-slim-bullseye WORKDIR /app RUN apt-get update && \ - apt-get install -y --no-install-recommends gcc + apt-get install -y gcc COPY requirements.txt .