diff --git a/Dockerfile b/Dockerfile index b9a3ece..a1d5e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \