5 lines
69 B
Docker
5 lines
69 B
Docker
|
FROM ubuntu:18.04
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get -y install python3
|