Add jq, buildah and podman
All checks were successful
Build and push / Build and push images (push) Successful in 1m54s

This commit is contained in:
2023-11-18 15:55:24 +00:00
parent 8d08611bde
commit 268876d0c4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
FROM docker.io/node:18-bullseye
RUN apt-get -y update && \
apt-get -y install sudo
apt-get -y install sudo jq buildah podman && \
(echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf