FROM alpine RUN apk add --no-cache alpine-conf doas runit openssh-server COPY etc/ /etc/ COPY /sbin /sbin/ CMD [ "/sbin/toolbox-init" ]