Some checks reported errors
kouiz/pipeline/head Something is wrong with the build of this commit
5 lines
119 B
Docker
5 lines
119 B
Docker
FROM alpine:3.22
|
|
|
|
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base coreutils
|
|
|
|
SHELL ["/bin/bash"] |