FROM scratch

COPY tracegen-linux /go/bin/
ENTRYPOINT ["/go/bin/tracegen-linux"]
