github.com/study-group-99/pilates@v0.2.2/Dockerfile (about)

     1  FROM alpine:3.13.5
     2  RUN apk -Uuv add build-base cmake gcovr py3-pip git curl
     3  RUN python3 -m pip install norminette
     4  ADD pilates /bin/
     5  ENTRYPOINT /bin/pilates