blob: bcecf7bdf0c831cebe631e62344cf0ae53fa32fc [file] [log] [blame]
FROM alpine:latest
ARG TARGETARCH
COPY capture-config_${TARGETARCH} /usr/bin/capture-config
RUN chmod +x /usr/bin/capture-config