FROM alpine:latest RUN apk add gcc RUN mkdir /app WORKDIR /app ENTRYPOINT ["test.sh"]