Skip to content

Commit 887bd78

Browse files
committed
containers: Add Ubuntu 26.04 image
1 parent d5b7fbb commit 887bd78

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

containers/ubuntu-26.04

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM docker.io/library/ubuntu:26.04
2+
3+
RUN apt update && \
4+
apt --yes --no-install-recommends full-upgrade && \
5+
apt --yes --no-install-recommends install build-essential psmisc zstd && \
6+
apt --yes --no-install-recommends install ca-certificates git gnupg patchelf python3 unzip && \
7+
apt --yes --no-install-recommends install clang && \
8+
apt --yes --purge autoremove && \
9+
apt clean && \
10+
apt distclean

0 commit comments

Comments
 (0)