blob: 5b5f85e34ed8df4135075a95a382c76735f463c2 [file] [log] [blame]
giolekvad9725362021-07-14 21:03:11 +04001FROM alpine:latest
2
Giorgi Lekveishvilife432b82023-11-07 15:23:30 +04003ARG TARGETARCH
4
5COPY rpuppy_${TARGETARCH} /usr/bin/rpuppy
giolekvad9725362021-07-14 21:03:11 +04006RUN chmod +x /usr/bin/rpuppy