FROM alpine
COPY --chmod=700 test.sh /
RUN /test.sh

