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"]
|