mongo/bazel/remote_execution_container/ubuntu24/dockerfile
Sean Lyons f81d6cee62 SERVER-122806: Add dependencies for tests to remote execution containers (#50550)
GitOrigin-RevId: 0c6bd6517ec60c956bf81d2754e3cc58d649c177
2026-03-26 19:38:18 +00:00

36 lines
1.2 KiB
Plaintext

# DO NOT EDIT.
#
# This Dockerfile is generated by the 'repin_dockerfiles.sh' script. To repin
# versions or change packages, edit that script instead.
#
# To repin the hashes:
#
# bazel run \
# //bazel/remote_execution_container:repin_dockerfiles \
# --config=local
#
# To update the docker images, follow the instructions in the
# confluence page: go/devprod-build-update-rbe-containers.
FROM ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential=12.10ubuntu1 \
hostname=3.23+nmu2ubuntu2 \
iproute2=6.1.0-1ubuntu6.2 \
libcurl4-openssl-dev=8.5.0-2ubuntu10.8 \
libgssapi-krb5-2=1.20.1-6ubuntu2.6 \
libkrb5-dev=1.20.1-6ubuntu2.6 \
libldap2-dev=2.6.10+dfsg-0ubuntu0.24.04.1 \
libncurses-dev=6.4+20240113-1ubuntu2 \
libsasl2-dev=2.1.28+dfsg1-5ubuntu3.1 \
libssl-dev=3.0.13-0ubuntu3.7 \
libxml2-dev=2.9.14+dfsg-1.3ubuntu3.7 \
openssl=3.0.13-0ubuntu3.7 \
systemtap-sdt-dev=5.0-2ubuntu1 \
zip=3.0-13ubuntu0.2 \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]