FROM alpine COPY build/usr /usr COPY build/etc /etc CMD ["/bin/sh"]
FROM alpine
COPY build/usr /usr
COPY build/etc /etc
CMD ["/bin/sh"]