mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-12 06:36:27 +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
|