lector-drone/Dockerfile

7 lines
85 B
Docker
Raw Normal View History

2021-04-16 10:40:59 +02:00
FROM python
2021-04-25 11:31:36 +02:00
VOLUME /workspace
RUN pip install --upgrade pip
2021-04-16 10:40:59 +02:00
RUN pip install Lektor