2025-02-14 11:29:06 +01:00
|
|
|
FROM node:lts-alpine
|
2024-03-04 18:26:50 +01:00
|
|
|
|
2025-02-14 11:29:06 +01:00
|
|
|
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
|