Skip to content

Commit c6c6014

Browse files
committed
feature: docker: io: f4
1 parent 9a6b893 commit c6c6014

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker/Dockerfile.io

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
2222
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
2323
ARG RUST_DEPS="build-essential"
2424
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"
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

2728
RUN apt-get update && \
2829
apt-get upgrade -y && \
@@ -45,7 +46,7 @@ USER instalador
4546
RUN 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" && \

0 commit comments

Comments
 (0)