Add jq, buildah and podman
All checks were successful
Build and push / Build and push images (push) Successful in 1m54s
All checks were successful
Build and push / Build and push images (push) Successful in 1m54s
This commit is contained in:
parent
8d08611bde
commit
268876d0c4
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push images
|
name: Build and push images
|
||||||
runs-on: ubuntu-22.04
|
runs-on: debian-node-bullseye
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install buildah
|
- name: Install buildah
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FROM docker.io/node:18-bullseye
|
FROM docker.io/node:18-bullseye
|
||||||
RUN apt-get -y update && \
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user