Use podman

This commit is contained in:
Christer Warén
2024-01-31 12:37:17 +02:00
parent 32e77a54d5
commit 9c5b4c1540
2 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-alpine
FROM docker.io/node:20-alpine
#Dependencies
RUN apk add --virtual .build-deps python3 make g++ gcc git