toolbox/Containerfile

6 lines
115 B
Docker

FROM alpine
RUN apk update
RUN apk add alpine-conf doas runit openssh-server
COPY etc/ /etc/
CMD [ "/sbin/runit" ]