Compare commits
3 Commits
5462812cc4
...
795601085f
| Author | SHA1 | Date | |
|---|---|---|---|
| 795601085f | |||
| 2d42526a58 | |||
| 3eacc989d5 |
@@ -3,4 +3,11 @@ ARG BASE_TAG="24.04"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user