blob: 5b5f85e34ed8df4135075a95a382c76735f463c2 [file] [log] [blame]
FROM alpine:latest
ARG TARGETARCH
COPY rpuppy_${TARGETARCH} /usr/bin/rpuppy
RUN chmod +x /usr/bin/rpuppy