mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: f4
This commit is contained in:
parent
9a6b89356e
commit
c6c6014691
1 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ 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 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"
|
||||
ARG PALABRA_DEPS="nvm node rust go deno fasm nvim rizin yara gdu f4"
|
||||
ARG BUN_DEPS="palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
|
|
@ -45,7 +46,7 @@ USER instalador
|
|||
RUN echo "> install bun" && \
|
||||
curl https://bun.sh/install | bash && \
|
||||
echo "> install npm globals" && \
|
||||
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
|
||||
bun i ${BUN_DEPS} -g && \
|
||||
echo "> install rust go deno bun fasm nvim" && \
|
||||
bun ${BUN_INSTALL}/bin/palabra i ${PALABRA_DEPS} && \
|
||||
echo "> install node" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue