0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 08:42:18 +01:00
mongodb/bazel/remote_execution_container/rhel89/dockerfile
Zack Winter 4a768cd38d SERVER-88382 Add packages in RE container setup to fix stitch_support_create_lib (#20304)
GitOrigin-RevId: abe985dfd2ec116ed68e3551dedd6b245ca7afa6
2024-03-22 05:05:35 +00:00

10 lines
159 B
Plaintext

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