There was an error while loading. Please reload this page.
1 parent e698fca commit fb1db98Copy full SHA for fb1db98
1 file changed
images/nginx/rootfs/Dockerfile
@@ -51,17 +51,18 @@ RUN zypper install -y --allow-vendor-change \
51
grpc-devel \
52
wget \
53
which \
54
- git \
55
libyajl2 \
56
openssl-3 \
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 && \
+ rpm -e libsolv-tools-base zypper libzypp libaugeas0 libfa1 container-suseconnect \
+ libyaml-cpp0_6 boost-license1_66_0 libboost_system1_66_0 libboost_thread1_66_0
65
+
66
RUN ldDirs=" \
67
/usr/local/lib \
68
/usr/local/lib64 \
0 commit comments