File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ ENV DEBIAN_FRONTEND=noninteractive \
2020
2121ARG UBUNTU_DEPS = " libatomic1 curl wget git net-tools iproute2"
2222ARG RUST_DEPS = " build-essential"
23+ ARG HASKELL_DEPS = " build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev pkg-config"
2324ARG DEPS = " gdb upx-ucl less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl"
2425
2526RUN apt- get update && \
2627 apt- get upgrade - y && \
2728 apt- get autoremove && \
28- apt- get install - y ${UBUNTU_DEPS } ${RUST_DEPES } ${DEPS } && \
29+ apt- get install - y ${UBUNTU_DEPS } ${RUST_DEPES } ${DEPS } ${ HASKELL_DEPS } && \
2930 echo " > Update command-not-found database. Run 'sudo apt update' to populate it." && \
3031 apt- get update && \
3132 apt- get autoremove && \
@@ -42,7 +43,7 @@ RUN echo "> install bun" && \
4243 echo " > install npm globals" && \
4344 bun i palabra wisdom nupdate version- io redrun superc8 supertape madrun redlint putout renamify- cli runny redfork - g && \
4445 echo " > install rust go deno bun fasm nvim" && \
45- bun ${BUN_INSTALL }/ bin/ palabra i nvm node rust go deno fasm nvim rizin yara && \
46+ bun ${BUN_INSTALL }/ bin/ palabra i nvm node rust go deno fasm nvim rizin yara haskell && \
4647 echo " > install node" && \
4748 . $NVM_DIR / nvm.sh
4849
You can’t perform that action at this time.
0 commit comments