mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: nvchad: add
This commit is contained in:
parent
14f009f832
commit
acfa27cf74
1 changed files with 4 additions and 3 deletions
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue