Skip to content

Commit

Permalink
Fix minimal-base-git
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavi-koduru committed Sep 22, 2023
1 parent 9fde6f7 commit 418cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-distro-base/Dockerfile.minimal-base-git
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ COPY scripts/ /usr/bin
# cyrus-sasl-lib is installed for the libs, but it also includes these bins sasldblistusers2 saslpasswd2 libsasldb cyrusbdb2current
# which are not needed
# /etc/krb5.conf.d/crypto-policies is a broken symlink which is not needed
ENV CLEANUP_UNNECESSARY_FILES="/usr/sbin/sasldblistusers2 /usr/sbin/saslpasswd2 /usr/lib64/sasl2/libsasldb* /usr/bin/cyrusbdb2current /usr/lib64/libkrad* /etc/krb5.conf.d/crypto-policies /usr/lib64/libsystemd.so.* /etc/pki/tls/fips_local.cnf"
ENV CLEANUP_UNNECESSARY_FILES="/usr/sbin/sasldblistusers2 /usr/sbin/saslpasswd2 /usr/lib64/sasl2/libsasldb* /usr/bin/cyrusbdb2current /usr/lib64/libkrad* /etc/krb5.conf.d/crypto-policies /etc/pki/tls/fips_local.cnf "

RUN set -x && \
export OUTPUT_DEBUG_LOG=${OUTPUT_DEBUG_LOG} && \
Expand Down

0 comments on commit 418cf6f

Please sign in to comment.