feature: docker: io: nvchad: add

This commit is contained in:
coderiaser 2026-05-03 00:42:54 +03:00
parent 14f009f832
commit acfa27cf74

View file

@ -17,12 +17,13 @@ ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/share/bun/bin:$PATH \ PATH=/usr/local/share/bun/bin:$PATH \
BUN_INSTALL=/usr/local/share/bun \ BUN_INSTALL=/usr/local/share/bun \
NPM_CONFIG_CACHE=/tmp/.npm \ NPM_CONFIG_CACHE=/tmp/.npm \
PALABRA_DIR=/usr/local/share PALABRA_DIR=/usr/local/share \
XDG_CONFIG_HOME=/etc
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common" ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
ARG RUST_DEPS="build-essential" ARG RUST_DEPS="build-essential"
ARG DEPS="pv gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc far2l iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl" ARG DEPS="pv gcc gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc far2l 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 f4" ARG PALABRA_DEPS="nvm node rust go deno fasm nvchad rizin yara gdu f4"
ARG BUN_DEPS="palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork" ARG BUN_DEPS="palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork"
RUN apt-get update && \ RUN apt-get update && \