All checks were successful
Build App / Build-App (push) Successful in 2m42s
6 lines
192 B
Docker
6 lines
192 B
Docker
FROM node:lts-alpine
|
|
|
|
RUN apk add --no-cache ca-certificates curl podman kubectl kustomize git bash openssl && \
|
|
echo 'rc_cgroup_mode="unified"' >> /etc/rc.conf
|
|
|
|
VOLUME /var/lib/containers |