Add xz
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-04-30 11:08:05 +02:00
parent 4a600b1fa4
commit 0f11e550e5

View File

@@ -18,7 +18,7 @@ RUN dnf -y update && \
buildah \
fuse-overlayfs \
iptables \
bash \
xz \
sed && \
dnf clean all
@@ -26,7 +26,7 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.rpm.sh' | bash &
dnf -y install task && \
dnf clean all
RUN git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch v0.15.0
RUN git clone https://github.com/asdf-vm/asdf.git /opt/asdf --branch v0.19.0
ENV ASDF_DIR=/opt/asdf
ENV PATH="/opt/asdf/bin:/opt/asdf/shims:${PATH}"