FROM alpine

COPY build/usr /usr
COPY build/etc /etc

CMD ["/bin/sh"]