From f3c565484f29d678d121655851b2b124b5dc7727 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Thu, 25 Apr 2024 14:32:35 +0200 Subject: [PATCH] add usefull bash packages --- Containerfile | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 2ddfc9d..74f1ea7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,12 +1,24 @@ FROM registry.fedoraproject.org/fedora-minimal ENV VIRTUAL_ENV=/venv +ENV LANG="C.UTF-8" ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -ENV PKGS_DNF="python nodejs latex xelatex tini" -ENV PKGS_DNF_BUILD="cargo python3-devel" +ENV PKGS_DNF="python \ + nodejs \ + latex \ + xelatex \ + tini \ + bind-utils \ + iputils \ + nmap \ + nmap-ncat \ + whois \ + iproute \ + wget \ + rsync" -ENV LANG="C.UTF-8" +ENV PKGS_DNF_BUILD="cargo python3-devel" ENV PKGS_PIP="jupyter \ bash_kernel \