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

28 lines
921 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 ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential=12.9ubuntu3 \
libcurl4-openssl-dev=7.81.0-1ubuntu1.17 \
libgssapi-krb5-2=1.19.2-2ubuntu0.4 \
libkrb5-dev=1.19.2-2ubuntu0.4 \
libldap2-dev=2.5.18+dfsg-0ubuntu0.22.04.2 \
libsasl2-dev=2.1.27+dfsg2-3ubuntu1.2 \
libssl-dev=3.0.2-0ubuntu1.17 \
libxml2-dev=2.9.13+dfsg-1ubuntu0.4 \
systemtap-sdt-dev=4.6-2 \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]