Files
mongo/bazel/remote_execution_container/suse/dockerfile
Zack Winter d8b3d3408b SERVER-85827 Enable Bazel by default on all variants (#20072)
GitOrigin-RevId: 6eabc66af3ecf3cd900b06c3227b546d052b6637
2024-03-21 03:05:21 +00:00

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