mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-12 00:55:54 -04:00
4 lines
45 B
Docker
4 lines
45 B
Docker
|
|
FROM python:2.7-slim
|
||
|
|
|
||
|
|
RUN pip install pyyaml
|