add usefull bash packages
All checks were successful
Build images / build-images-amd64 (push) Successful in 8m0s
Build images / build-images-arm64 (push) Successful in 12m42s
Build images / update-images-manifests (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-04-25 14:32:35 +02:00 committed by Maciej Lebiest
parent f41521eb30
commit f3c565484f

View file

@ -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 \