From 9dabf601f94554f2841f651c4cc37acf953d3537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org> Date: Wed, 8 Jan 2025 13:00:58 +0100 Subject: [PATCH] Add GNU tar --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 006810e..f2dcd89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM code.forgejo.org/oci/alpine:latest -RUN apk add --no-cache bash git make python3 poetry uv docker-cli podman buildah curl wget nodejs fuse-overlayfs +RUN apk add --no-cache bash tar git make python3 poetry uv docker-cli podman buildah curl wget nodejs fuse-overlayfs