mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-24 18:50:39 -05:00
4 lines
45 B
Docker
4 lines
45 B
Docker
|
|
FROM python:2.7-slim
|
||
|
|
|
||
|
|
RUN pip install pyyaml
|