Files
mongo/bazel/remote_execution_container/suse/dockerfile

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

27 lines
680 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 opensuse/leap:15.2@sha256:dfa464ed7bc25fb77ad652d4e722cb0e78fc230425846be10e51dda1f43aa5c9
RUN zypper refresh && \
zypper install -y --no-recommends \
cyrus-sasl-devel \
cyrus-sasl-gssapi \
glibc-devel \
krb5-devel \
libcurl-devel \
libfl2 \
libopenssl-devel \
openldap2-devel \
&& zypper clean --all
CMD ["/bin/bash"]