resolving cert issue (rm #4447)

This commit is contained in:
Ivan I. Ovchinnikov 2026-05-06 22:11:15 +03:00
parent 5462812cc4
commit 3eacc989d5

View File

@ -3,4 +3,7 @@ ARG BASE_TAG="24.04"
FROM ${BASE_REPO}ubuntu:${BASE_TAG} FROM ${BASE_REPO}ubuntu:${BASE_TAG}
RUN apt update
RUN apt-get install -y --no-install-recommends ca-certificates
COPY apt/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources COPY apt/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources