Skip to content

Commit e8c9a01

Browse files
committed
Revert "Remove zypper"
This reverts commit 3fcc8da.
1 parent 3fcc8da commit e8c9a01

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

images/nginx/rootfs/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,11 @@ RUN zypper install -y --allow-vendor-change \
5757
libicu73_2 \
5858
liblua5_4-5 \
5959
make \
60+
tar \
61+
gzip \
6062
procps \
6163
catatonit
6264

63-
# Remove zypper and other unnecessary packages
64-
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-
6865
RUN ldDirs=" \
6966
/usr/local/lib \
7067
/usr/local/lib64 \

0 commit comments

Comments
 (0)