Tailscale package
All checks were successful
Build the Core image / build (push) Successful in 2m47s

This commit is contained in:
Adam Štrauch 2025-11-14 22:49:44 +01:00
parent 16d5c52535
commit 6c252be973
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -1,6 +1,6 @@
FROM quay.io/fedora/fedora-coreos:stable
RUN dnf install -y vim htop duf zstd tmux incus rsync fish parted distrobox qemu lxc fastfetch && dnf clean all
RUN dnf install -y vim htop duf zstd tmux incus rsync fish parted distrobox qemu lxc fastfetch restic tailscale && dnf clean all
RUN echo "root:1000000:1000000000" > /etc/subgid && \
echo "root:1000000:1000000000" > /etc/subuid && \