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

14 lines
250 B
Plaintext

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