Files
mongo/bazel/remote_execution_container/suse/dockerfile
Zack Winter 1844ed4dbf SERVER-91561 Add mongo/config.h post-execution validator (#25322)
GitOrigin-RevId: 0250e8279b3e0df3ca2c962b69a9f92646c07429
2024-08-01 02:00:14 +00:00

11 lines
167 B
Plaintext

# Image used by bazel remote execution hosts.
FROM opensuse/leap:15.2
RUN zypper install -y \
glibc-devel \
libfl2 \
libopenssl-devel
CMD ["/bin/bash"]