8 lines
119 B
Plaintext
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"]
|