Containerfiles, add rclone, rsync to toolboxes
This commit is contained in:
parent
a551468585
commit
bb1468170d
9 changed files with 4 additions and 2 deletions
|
@ -1,50 +0,0 @@
|
|||
FROM registry.fedoraproject.org/fedora:39
|
||||
|
||||
USER root
|
||||
|
||||
ENV HISTSIZE=10000
|
||||
ENV HISTTIMEFORMAT="%d/%m/%y %T "
|
||||
ENV HISTFILESIZE=20000
|
||||
|
||||
ENV PKGS_BASE="fzf bash-completion"
|
||||
|
||||
ENV PKGS_GENERAL="htop \
|
||||
btop \
|
||||
sysstat \
|
||||
util-linux \
|
||||
lm_sensors \
|
||||
smartmontools \
|
||||
ffmpeg-free \
|
||||
yt-dlp \
|
||||
openfortivpn \
|
||||
conntrack-tools \
|
||||
wireguard-tools"
|
||||
|
||||
ENV PKGS_PROCESSES="procps-ng \
|
||||
strace"
|
||||
|
||||
ENV PKGS_NETWORK="bind-utils \
|
||||
nmap \
|
||||
nmap-ncat \
|
||||
telnet \
|
||||
tcpdump \
|
||||
iftop \
|
||||
iproute \
|
||||
iputils \
|
||||
whois \
|
||||
iptraf-ng \
|
||||
mtr"
|
||||
|
||||
RUN dnf clean all && \
|
||||
dnf install -y ${PKGS_BASE} ${PKGS_GENERAL} ${PKGS_PROCESSES} ${PKGS_NETWORK} && \
|
||||
dnf -y autoremove && \
|
||||
dnf -y clean all
|
||||
|
||||
COPY help-toolbox.sh /usr/bin/help-toolbox
|
||||
|
||||
RUN chmod 555 /usr/bin/help-toolbox && \
|
||||
echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash;\
|
||||
PS1=\'[system-toolbox \W/]\$ \'\
|
||||
' >> /root/.bashrc
|
||||
|
||||
USER root
|
Loading…
Add table
Add a link
Reference in a new issue