mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
3 lines
49 B
Docker
3 lines
49 B
Docker
FROM python
|
|
RUN pip install Flask IPython PyYAML
|