Skip to content

Commit f6b917b

Browse files
fix: purge libk5crypto3 from docker image (#15926) (#15927)
libkr5crypto doesn't exist apparently. Use libk5crypto3 (cherry picked from commit 68a80be) Co-authored-by: kruskall <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 41e5179 commit f6b917b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN chown -R 1000:1000 /usr/share/apm-server
9494

9595
# remove unnecessary packages in ubuntu-based images
9696
# use rpm to ignore ubi images
97-
RUN rpm -v || (dpkg -P --force-depends libgssapi-krb5-2 libtirpc3 libnsl2 libkrb5-3 libkr5crypto libkrb5support0 && \
97+
RUN rpm -v || (dpkg -P --force-depends libgssapi-krb5-2 libtirpc3 libnsl2 libkrb5-3 libk5crypto3 libkrb5support0 && \
9898
rm /var/log/dpkg.log)
9999

100100
USER apm-server

0 commit comments

Comments
 (0)