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