forked from lab/TestDepot
Mise à jour de 'Dockerfile'
This commit is contained in:
parent
d15e093a06
commit
078c74727d
@ -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
|
RUN pip3 install --no-cache-dir flask_restful
|
||||||
ENV PYTHONDONTWRITEBYTECODE=1 \
|
ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||||
PYTHONUNBUFFERED=1
|
PYTHONUNBUFFERED=1
|
||||||
Loading…
x
Reference in New Issue
Block a user