Files
mongo/bazel/remote_execution_container/debian12/dockerfile
Zack Winter bb61bbba20 SERVER-93253 Port gssapi_helpers from SCons to Bazel (#25988)
GitOrigin-RevId: fa049fff2628bdfa8c03c364f2806a7784d93277
2024-08-13 00:57:33 +00:00

27 lines
850 B
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
FROM debian:12@sha256:45f2e735295654f13e3be10da2a6892c708f71a71be845818f6058982761a6d3
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential=12.9 \
libcurl4-openssl-dev=7.88.1-10+deb12u6 \
libgssapi-krb5-2=1.20.1-2+deb12u2 \
libkrb5-dev=1.20.1-2+deb12u2 \
libldap2-dev=2.5.13+dfsg-5 \
libsasl2-dev=2.1.28+dfsg-10 \
libssl-dev=3.0.13-1~deb12u1 \
libxml2-dev=2.9.14+dfsg-1.3~deb12u1 \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]