layers fix while resolving cert issue (rm #4447)
This commit is contained in:
parent
2d42526a58
commit
795601085f
@ -3,7 +3,11 @@ ARG BASE_TAG="24.04"
|
|||||||
|
|
||||||
FROM ${BASE_REPO}ubuntu:${BASE_TAG}
|
FROM ${BASE_REPO}ubuntu:${BASE_TAG}
|
||||||
|
|
||||||
RUN apt update
|
RUN <<EOF
|
||||||
RUN apt install -y --no-install-recommends ca-certificates
|
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