# Image used by bazel remote execution hosts.

FROM redhat/ubi9:9.3

RUN yum install -y glibc-devel

CMD ["/bin/bash"]
