getpsrc/Dockerfile

6 lines
90 B
Docker

FROM scratch AS build
COPY getpsrc-* /usr/bin/getpsrc
ENTRYPOINT [ "/usr/bin/getpsrc" ]