8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
# Image used by bazel remote execution hosts.
|
|
|
|
FROM opensuse/leap:15.2
|
|
|
|
RUN zypper install -y glibc-devel libfl2
|
|
|
|
CMD ["/bin/bash"]
|