Files
mongo/bazel/remote_execution_container/debian10/dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
885 B
Plaintext
Raw Normal View History

# 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:10@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential=12.6 \
libcurl4-openssl-dev=7.64.0-4+deb10u9 \
libfl2=2.6.4-6.2 \
libgssapi-krb5-2=1.17-3+deb10u6 \
libkrb5-dev=1.17-3+deb10u6 \
libldap2-dev=2.4.47+dfsg-3+deb10u7 \
libsasl2-dev=2.1.27+dfsg-1+deb10u2 \
libssl-dev=1.1.1n-0+deb10u6 \
libxml2-dev=2.9.4+dfsg1-7+deb10u6 \
&& rm -rf /var/lib/apt/lists/*
CMD ["/bin/bash"]