Skip to content

Commit 5064d30

Browse files
authored
Merge pull request #2584 from drwetter/upgradeDockerfile_Lep15.6
Upgrade Dockerfile to leap 15.6
2 parents b7a4d5c + 0f44d67 commit 5064d30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker.io/docker/dockerfile:1
22

3-
ARG LEAP_VERSION=15.5
3+
ARG LEAP_VERSION=15.6
44
ARG INSTALL_ROOT=/rootfs
55

66
FROM opensuse/leap:${LEAP_VERSION} as builder
@@ -18,7 +18,8 @@ RUN source /etc/os-release \
1818
&& zypper "${ZYPPER_OPTIONS[@]}" --gpg-auto-import-keys refresh \
1919
&& rpm -e util-linux --nodeps \
2020
&& zypper "${ZYPPER_OPTIONS[@]}" --non-interactive install --download-in-advance --no-recommends \
21-
bash procps grep gawk sed coreutils busybox-util-linux busybox-vi ldns libidn2-0 socat openssl curl \
21+
bash procps grep gawk sed coreutils busybox ldns libidn2-0 socat openssl curl \
22+
&& ln -s /usr/bin/busybox /usr/bin/hexdump \
2223
&& zypper up -y \
2324
&& zypper "${ZYPPER_OPTIONS[@]}" clean --all
2425
## Cleanup (reclaim approx 13 MiB):

0 commit comments

Comments
 (0)