forked from wonderful/docker-k8s-devops
4 lines
61 B
Docker
4 lines
61 B
Docker
|
|
FROM ubuntu
|
||
|
|
RUN apt-get update && apt-get install -y python
|
||
|
|
|