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