Files
mongo/bazel/remote_execution_container/debian12/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

12 lines
248 B
Plaintext

# Image used by bazel remote execution hosts.
FROM debian:12
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
libxml2-dev \
libssl-dev
CMD ["/bin/bash"]