Files
mongo/bazel/remote_execution_container/rhel89/dockerfile
Zack Winter 1844ed4dbf SERVER-91561 Add mongo/config.h post-execution validator (#25322)
GitOrigin-RevId: 0250e8279b3e0df3ca2c962b69a9f92646c07429
2024-08-01 02:00:14 +00:00

12 lines
197 B
Plaintext

# Image used by bazel remote execution hosts.
FROM redhat/ubi8:8.9
RUN yum install -y \
glibc-devel \
ncurses-compat-libs \
openssl-devel \
systemtap-sdt-devel
CMD ["/bin/bash"]