File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
2222ARG UBUNTU_DEPS = " libatomic1 curl wget git net-tools iproute2 software-properties-common"
2323ARG RUST_DEPS = " build-essential"
2424ARG 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"
25- ARG PALABRA_DEPS = " nvm node rust go deno fasm nvim rizin yara gdu"
25+ ARG PALABRA_DEPS = " nvm node rust go deno fasm nvim rizin yara gdu f4"
26+ ARG BUN_DEPS = " palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork"
2627
2728RUN apt- get update && \
2829 apt- get upgrade - y && \
@@ -45,7 +46,7 @@ USER instalador
4546RUN echo " > install bun" && \
4647 curl https:// bun.sh/install | bash && \
4748 echo " > install npm globals" && \
48- bun i palabra wisdom nupdate version - io redrun superc8 supertape madrun redlint putout renamify - cli runny redfork - g && \
49+ bun i ${ BUN_DEPS } - g && \
4950 echo " > install rust go deno bun fasm nvim" && \
5051 bun ${BUN_INSTALL }/ bin/ palabra i ${PALABRA_DEPS } && \
5152 echo " > install node" && \
You can’t perform that action at this time.
0 commit comments