mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 16:22:51 +00:00
3 lines
49 B
Docker
3 lines
49 B
Docker
FROM python
|
|
RUN pip install Flask IPython PyYAML
|