toolbox/Containerfile

6 lines
136 B
Plaintext
Raw Normal View History

2023-12-20 13:04:23 -07:00
FROM alpine
2023-12-20 14:24:48 -07:00
RUN apk add --no-cache alpine-conf doas runit openssh-server
2023-12-20 13:04:23 -07:00
COPY etc/ /etc/
2023-12-20 14:24:48 -07:00
COPY /sbin /sbin/
CMD [ "/sbin/toolbox-init" ]