Files
mongo/bazel/remote_execution_container/ubuntu18/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
943 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:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential=12.4ubuntu1 \
libcurl4-openssl-dev=7.58.0-2ubuntu3.24 \
libgssapi-krb5-2=1.16-2ubuntu0.4 \
libkrb5-dev=1.16-2ubuntu0.4 \
libldap2-dev=2.4.45+dfsg-1ubuntu1.11 \
libsasl2-dev=2.1.27~101-g0780600+dfsg-3ubuntu2.4 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.23 \
libxml2-dev=2.9.4+dfsg1-6.1ubuntu1.9 \
systemtap-sdt-dev=3.1-3ubuntu0.1 \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]