From 3c23823ac388d841ef2529151d181234f1e88cb2 Mon Sep 17 00:00:00 2001 From: Oleg Shpynov Date: Wed, 24 Mar 2021 13:29:02 +0300 Subject: [PATCH] Fix order --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 919edab..185b4ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ +# On Dockerhub, Ubuntu 20.04 LTS image is now the new Minimal Ubuntu image. +FROM ubuntu:20.04 + LABEL author = "Oleg Shpynov" LABEL email = "os@jetbrains.com" -FROM ubuntu:20.04 - RUN apt-get update \ && apt-get install -y wget \ && rm -rf /var/lib/apt/lists/*