nstart-baseimages/Dockerfile.ubuntu
2026-05-06 22:11:15 +03:00

10 lines
244 B
Docker

ARG BASE_REPO="repo.nstart.cloud/library/"
ARG BASE_TAG="24.04"
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