Skip to content

Commit e5e0549

Browse files
committed
chore: docker: io: get back haskell
1 parent a89e901 commit e5e0549

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile.io

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ ENV DEBIAN_FRONTEND=noninteractive \
2020

2121
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2"
2222
ARG RUST_DEPS="build-essential"
23+
ARG HASKELL_DEPS="build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev pkg-config"
2324
ARG 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

2526
RUN 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

0 commit comments

Comments
 (0)