update dockerfile

This commit is contained in:
dmunozv04
2022-02-02 23:43:46 +01:00
parent 4e739ad83b
commit c1ecf5705c

View File

@@ -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 .