Switch to runc as runtime

This commit is contained in:
2025-09-25 12:23:04 +01:00
parent d67281b0c6
commit e7ffbfbf34

View File

@@ -4,7 +4,7 @@ COPY ./entrypoint.sh /entrypoint.sh
COPY ./inner/ /inner/
RUN apk update && \
apk add iptables openrc podman podman-openrc && \
apk add iptables openrc podman podman-openrc runc && \
printf "[storage]\ndriver = \"vfs\"\n" > /etc/containers/storage.conf && \
chmod +x /entrypoint.sh