TestDepot2/Dockerfile

4 lines
119 B
Docker

FROM python:latest
RUN pip3 install --no-cache-dir flask_restful
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1