Skip to content

Commit ba51ca7

Browse files
authored
Merge pull request #2587 from drwetter/fix_hexdump_docker
Add link for hexdump correctly
2 parents 5064d30 + fc309b7 commit ba51ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3635
COPY --link --from=builder ${INSTALL_ROOT} /
3736
# Link busybox to tar, see #2403. Create user + (home with SGID set):
3837
RUN 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 \

0 commit comments

Comments
 (0)