From 2ad4bed8143e906f72a77b702ae070b5b332d4e2 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 15 Nov 2023 16:50:17 +0100 Subject: [PATCH] add whois --- containers/cachyos/general/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/cachyos/general/Dockerfile b/containers/cachyos/general/Dockerfile index dbd0b33..ce47680 100644 --- a/containers/cachyos/general/Dockerfile +++ b/containers/cachyos/general/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/andersrh/containers/cachyos/base-gui:main WORKDIR /app -RUN pacman -Sy --noconfirm yt-dlp mesa-utils +RUN pacman -Sy --noconfirm yt-dlp mesa-utils whois COPY containers/general/bin/* /usr/local/bin/ RUN ln -s /usr/bin/distrobox-host-exec /usr/local/bin/flatpak