We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a4d5c + 0f44d67 commit 5064d30Copy full SHA for 5064d30
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker.io/docker/dockerfile:1
2
3
-ARG LEAP_VERSION=15.5
+ARG LEAP_VERSION=15.6
4
ARG INSTALL_ROOT=/rootfs
5
6
FROM opensuse/leap:${LEAP_VERSION} as builder
@@ -18,7 +18,8 @@ RUN source /etc/os-release \
18
&& zypper "${ZYPPER_OPTIONS[@]}" --gpg-auto-import-keys refresh \
19
&& rpm -e util-linux --nodeps \
20
&& 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 \
+ bash procps grep gawk sed coreutils busybox ldns libidn2-0 socat openssl curl \
22
+ && ln -s /usr/bin/busybox /usr/bin/hexdump \
23
&& zypper up -y \
24
&& zypper "${ZYPPER_OPTIONS[@]}" clean --all
25
## Cleanup (reclaim approx 13 MiB):
0 commit comments