feature: docker: io: gdu: add

This commit is contained in:
coderiaser 2026-04-26 12:06:57 +03:00
parent 87c13e7cce
commit c4beeec63b

View file

@ -21,6 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
ARG RUST_DEPS="build-essential"
ARG DEPS="pv gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl"
ARG PALABRA_DEPS="nvm node rust go deno fasm nvim rizin yara gdu"
RUN apt-get update && \
apt-get upgrade -y && \
@ -45,7 +46,7 @@ RUN echo "> install bun" && \
echo "> install npm globals" && \
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
echo "> install rust go deno bun fasm nvim" && \
bun ${BUN_INSTALL}/bin/palabra i nvm node rust go deno fasm nvim rizin yara && \
bun ${BUN_INSTALL}/bin/palabra i ${PALABRA_DEPS} && \
echo "> install node" && \
. $NVM_DIR/nvm.sh