Containerfiles, add rclone, rsync to toolboxes
All checks were successful
Build images / build-images-arm64 (push) Successful in 11m34s
Build images / build-images-amd64 (push) Successful in 13m59s
Build images / update-images-manifests (push) Successful in 36s

This commit is contained in:
Maciej Lebiest 2024-02-11 20:07:07 +01:00
parent a551468585
commit bb1468170d
9 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@ ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T " ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=20000 ENV HISTFILESIZE=20000
ENV PKGS_BASE="fzf git python3-pip rclone bash-completion kubernetes-client helm golang-sigs-k8s-kustomize" ENV PKGS_BASE="fzf git python3-pip rclone rsync bash-completion kubernetes-client helm golang-sigs-k8s-kustomize"
ENV PKGS_TEMP="python3-devel gcc wget" ENV PKGS_TEMP="python3-devel gcc wget"
RUN dnf clean all && \ RUN dnf clean all && \

View file

@ -18,7 +18,9 @@ ENV PKGS_GENERAL="htop \
yt-dlp \ yt-dlp \
openfortivpn \ openfortivpn \
conntrack-tools \ conntrack-tools \
wireguard-tools" wireguard-tools \
iotop \
rsync"
ENV PKGS_PROCESSES="procps-ng \ ENV PKGS_PROCESSES="procps-ng \
strace" strace"