minor fix while resolving cert issue (rm #4447)
This commit is contained in:
parent
3eacc989d5
commit
2d42526a58
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user