Files
mongo/bazel/remote_execution_container/debian10/dockerfile
Zack Winter 4a768cd38d SERVER-88382 Add packages in RE container setup to fix stitch_support_create_lib (#20304)
GitOrigin-RevId: abe985dfd2ec116ed68e3551dedd6b245ca7afa6
2024-03-22 05:05:35 +00:00

10 lines
182 B
Plaintext

# Image used by bazel remote execution hosts.
FROM debian:10
RUN apt-get update && apt-get install -y build-essential libfl2
RUN apt-get install -y libxml2-dev
CMD ["/bin/bash"]