mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 04:16:26 +02:00
4 lines
69 B
Docker
4 lines
69 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get -y install python3
|