gitlab.com/greut/eclint@v0.5.2-0.20240402114752-14681fe6e0bf/Dockerfile (about)

     1  FROM alpine:3
     2  
     3  # hadolint ignore=DL3018
     4  RUN apk --update --no-cache add \
     5          git
     6  
     7  COPY eclint /usr/local/bin/
     8  
     9  CMD ["eclint"]