Compare commits
No commits in common. "ubuntu-cert-install" and "main" have entirely different histories.
ubuntu-cer
...
main
@ -3,11 +3,4 @@ ARG BASE_TAG="24.04"
|
|||||||
|
|
||||||
FROM ${BASE_REPO}ubuntu:${BASE_TAG}
|
FROM ${BASE_REPO}ubuntu:${BASE_TAG}
|
||||||
|
|
||||||
RUN <<EOF
|
|
||||||
set -eux
|
|
||||||
apt update
|
|
||||||
apt install -y --no-install-recommends ca-certificates
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
EOF
|
|
||||||
|
|
||||||
COPY apt/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
COPY apt/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user