package xz-utils changed to xz

This commit is contained in:
2025-09-28 19:35:47 +00:00
parent 04b223d937
commit 32b86a6f72

View File

@@ -1,6 +1,6 @@
FROM alpine:3.22
ARG s6_version=3.2.1.0
RUN apk add --no-cache xz-utils wget
RUN apk add --no-cache xz wget
RUN wget -O /tmp/s6-overlay-noarch.tar.xz https://github.com/just-containers/s6-overlay/releases/download/v${s6_version}/s6-overlay-noarch.tar.xz
RUN tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz