FROM alpine:latest

ARG TARGETARCH

COPY rpuppy_${TARGETARCH} /usr/bin/rpuppy
RUN chmod +x /usr/bin/rpuppy
