mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 08:42:18 +01:00
4a768cd38d
GitOrigin-RevId: abe985dfd2ec116ed68e3551dedd6b245ca7afa6
10 lines
159 B
Plaintext
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"]
|