blob: bcecf7bdf0c831cebe631e62344cf0ae53fa32fc [file] [log] [blame]
giolekva56c15692021-10-20 11:44:54 +04001FROM alpine:latest
2
giolekva6f3e2332021-12-04 19:42:13 +04003ARG TARGETARCH
4
5COPY capture-config_${TARGETARCH} /usr/bin/capture-config
giolekva56c15692021-10-20 11:44:54 +04006RUN chmod +x /usr/bin/capture-config