2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/Dockerfile.python

4 lines
51 B
Docker
Raw Normal View History

FROM python:3.7
2019-07-05 19:54:54 +02:00
ENV PATH="/root/.local/bin:$PATH"