From 5c563dd5f7f53ccd6c5f1ead71d61cbd20d8fc14 Mon Sep 17 00:00:00 2001 From: s434732 Date: Wed, 9 Jun 2021 18:11:18 +0200 Subject: [PATCH] '.' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5147606..edb8224 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 RUN apt update && apt install -y python3 && apt install -y nano