add usefull bash packages
This commit is contained in:
parent
f41521eb30
commit
f3c565484f
1 changed files with 15 additions and 3 deletions
|
@ -1,12 +1,24 @@
|
||||||
FROM registry.fedoraproject.org/fedora-minimal
|
FROM registry.fedoraproject.org/fedora-minimal
|
||||||
|
|
||||||
ENV VIRTUAL_ENV=/venv
|
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 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="python \
|
||||||
ENV PKGS_DNF_BUILD="cargo python3-devel"
|
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 \
|
ENV PKGS_PIP="jupyter \
|
||||||
bash_kernel \
|
bash_kernel \
|
||||||
|
|
Loading…
Reference in a new issue