# 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:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ build-essential=12.8ubuntu1.1 \ libcurl4-openssl-dev=7.68.0-1ubuntu2.23 \ libgssapi-krb5-2=1.17-6ubuntu4.6 \ libkrb5-dev=1.17-6ubuntu4.6 \ libldap2-dev=2.4.49+dfsg-2ubuntu1.10 \ libsasl2-dev=2.1.27+dfsg-2ubuntu0.1 \ libssl-dev=1.1.1f-1ubuntu2.23 \ libxml2-dev=2.9.10+dfsg-5ubuntu0.20.04.7 \ systemtap-sdt-dev=4.2-3ubuntu0.1 \ && rm -rf /var/lib/apt/lists/* CMD ["/bin/bash"]