From e871c0af9e450427d704c3886bc21b0cc012fef6 Mon Sep 17 00:00:00 2001 From: ilyajob05 Date: Sun, 1 Oct 2023 17:47:17 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1636a10..05a39e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 -# RUN apt update -y -# RUN apt upgrade -y +RUN apt update -y +RUN apt upgrade -y # reinstall certificates, otherwise git clone command might result in an error # RUN apt install --reinstall ca-certificates -y