Mise à jour de 'Dockerfile'

This commit is contained in:
mont5piques 2022-12-20 10:21:52 +00:00
parent 302aa292fe
commit 69132b9c82

View File

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