FROM registry.access.redhat.com/ubi8/ubi-minimal
ADD numacell /bin/numacell
ENTRYPOINT ["/bin/numacell", "-alsologtostderr", "-v", "3"]
