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