# Image used by bazel remote execution hosts.

FROM opensuse/leap:15.2

RUN zypper install -y glibc-devel libfl2

CMD ["/bin/bash"]
