actions-images/ubuntu.Containerfile

5 lines
187 B
Plaintext
Raw Normal View History

2023-11-16 23:07:46 +00:00
FROM docker.io/node:18-bullseye
2023-11-16 22:56:40 +00:00
RUN apt-get -y update && \
2023-11-18 15:55:24 +00:00
apt-get -y install sudo jq buildah podman && \
(echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf