From 2d42526a587f72aab8551fda24ee13881dc97c15 Mon Sep 17 00:00:00 2001 From: "Ivan I. Ovchinnikov" Date: Wed, 6 May 2026 22:13:16 +0300 Subject: [PATCH] minor fix while resolving cert issue (rm #4447) --- Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index d3ef925..3f8bd86 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -4,6 +4,6 @@ ARG BASE_TAG="24.04" FROM ${BASE_REPO}ubuntu:${BASE_TAG} RUN apt update -RUN apt-get install -y --no-install-recommends ca-certificates +RUN apt install -y --no-install-recommends ca-certificates COPY apt/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources