Update Dockerfile

This commit is contained in:
s464979 2025-01-21 21:31:21 +01:00
parent 469f9e5852
commit 71e08bd380

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get upgrade -y \
nginx \
&& apt-get clean
RUN pip3 install --no-cache-dir Flask Flask-Cors
RUN pip3 install --no-cache-dir Flask Flask-Cors boto3 python-dotenv
WORKDIR /app