There was an error while loading. Please reload this page.
1 parent e698fca commit 3fcc8daCopy full SHA for 3fcc8da
1 file changed
images/nginx/rootfs/Dockerfile
@@ -57,11 +57,14 @@ RUN zypper install -y --allow-vendor-change \
57
libicu73_2 \
58
liblua5_4-5 \
59
make \
60
- tar \
61
- gzip \
62
procps \
63
catatonit
64
+# Remove zypper and other unnecessary packages
+RUN zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages && \
65
+ rpm -e libsolv-tools-base zypper libzypp libaugeas0 libfa1 container-suseconnect \
66
+ libyaml-cpp0_6 boost-license1_66_0 libboost_system1_66_0 libboost_thread1_66_0
67
+
68
RUN ldDirs=" \
69
/usr/local/lib \
70
/usr/local/lib64 \
0 commit comments