Files
actions-images/ubuntu.Containerfile
T
jackos1998 9ca39e156f
Build and push / Build and push images (push) Has been cancelled
Update Ubuntu to 26.04 and remove craftblock
2026-06-14 20:02:45 +01:00

5 lines
184 B
Docker

FROM docker.io/node:24-trixie
RUN apt-get -y update && \
apt-get -y install sudo jq buildah podman && \
(echo '[storage]';echo 'driver = "vfs"') > /etc/containers/storage.conf