ARG ALPINE_VERSION
FROM docker.io/alpine:${ALPINE_VERSION}
ARG VERSION
RUN apk --no-cache add busybox-openrc=${VERSION}
RUN rc-update add crond
