From 5536c55e18e0ae570bdc3f7e191af886fac2899e Mon Sep 17 00:00:00 2001 From: ilyajob05 Date: Tue, 3 Oct 2023 14:43:33 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d09a5f..dbeb8b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive ENV TZ=US RUN apt update && apt install -y tcl RUN apt upgrade -y -reinstall certificates, otherwise git clone command might result in an error +# reinstall certificates, otherwise git clone command might result in an error RUN apt install --reinstall ca-certificates -y # install developer dependencies