Mise à jour de 'Dockerfile'

This commit is contained in:
mont5piques 2022-12-20 10:38:33 +00:00
parent d15e093a06
commit 078c74727d

View File

@ -1,4 +1,6 @@
FROM python:latest
FROM alpine:latest
RUN apk add py3-flask py3-waitress \
py3-pip vim bash
RUN pip3 install --no-cache-dir flask_restful
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1