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