package xz-utils changed to xz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user