File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ RUN source /etc/os-release \
1919 && rpm -e util-linux --nodeps \
2020 && zypper "${ZYPPER_OPTIONS[@]}" --non-interactive install --download-in-advance --no-recommends \
2121 bash procps grep gawk sed coreutils busybox ldns libidn2-0 socat openssl curl \
22- && ln -s /usr/bin/busybox /usr/bin/hexdump \
2322 && zypper up -y \
2423 && zypper "${ZYPPER_OPTIONS[@]}" clean --all
2524# # Cleanup (reclaim approx 13 MiB):
@@ -36,6 +35,7 @@ ARG INSTALL_ROOT
3635COPY --link --from=builder ${INSTALL_ROOT} /
3736# Link busybox to tar, see #2403. Create user + (home with SGID set):
3837RUN ln -s /usr/bin/busybox /usr/bin/tar \
38+ && ln -s /usr/bin/busybox /usr/bin/hexdump \
3939 && echo 'testssl:x:1000:1000::/home/testssl:/bin/bash' >> /etc/passwd \
4040 && echo 'testssl:x:1000:' >> /etc/group \
4141 && echo 'testssl:!::0:::::' >> /etc/shadow \
You can’t perform that action at this time.
0 commit comments