toolbox/Containerfile

6 lines
115 B
Plaintext
Raw Normal View History

2023-12-20 13:04:23 -07:00
FROM alpine
RUN apk update
RUN apk add alpine-conf doas runit openssh-server
COPY etc/ /etc/
CMD [ "/sbin/runit" ]