Skip to content

Commit

Permalink
Additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi committed Dec 19, 2023
1 parent a223cc5 commit 87bd4e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/dev/templates/agent/Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

{% block packages -%}
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 nss_wrapper
# Copy-pasted from https://www.mongodb.com/docs/manual/tutorial/install-mongodb-enterprise-on-red-hat-tarball/
RUN microdnf install -y --disableplugin=subscription-manager --setopt=install_weak_deps=0 \
cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain krb5-libs libcurl openldap openssl xz-libs
RUN microdnf install -y --disableplugin=subscription-manager curl \
hostname tar gzip procps jq\
hostname tar gzip procps jq \
&& microdnf upgrade -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 87bd4e4

Please sign in to comment.