Files
mongo/bazel/remote_execution_container/rhel93/dockerfile
Zack Winter c262ef1dbd SERVER-87545 Add Remote Execution Containers for all supported distros in Bazel (#19630)
GitOrigin-RevId: cfe52d7cad8ab69844eb1d41f05793807cd29eb9
2024-03-07 06:00:47 +00:00

8 lines
119 B
Plaintext

# Image used by bazel remote execution hosts.
FROM redhat/ubi9:9.3
RUN yum install -y glibc-devel
CMD ["/bin/bash"]