Skip to content

Commit e724290

Browse files
committed
chore: docker: io: get rid of haskell
1 parent a6b01dc commit e724290

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ ENV DEBIAN_FRONTEND=noninteractive \
2121
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2"
2222
ARG RUST_DEPS="build-essential"
2323
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"
24-
ARG HASKELL_DEPS="build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev pkg-config"
2524

2625
RUN apt-get update && \
2726
apt-get upgrade -y && \
2827
apt-get autoremove && \
29-
apt-get install -y ${UBUNTU_DEPS} ${HASKELL_DEPS} ${RUST_DEPES} ${DEPS} && \
28+
apt-get install -y ${UBUNTU_DEPS} ${RUST_DEPES} ${DEPS} && \
3029
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
3130
apt-get update && \
3231
apt-get autoremove && \
@@ -43,7 +42,7 @@ RUN echo "> install bun" && \
4342
echo "> install npm globals" && \
4443
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
4544
echo "> install rust go deno bun fasm nvim" && \
46-
bun ${BUN_INSTALL}/bin/palabra i nvm node rust go deno fasm nvim rizin yara haskell && \
45+
bun ${BUN_INSTALL}/bin/palabra i nvm node rust go deno fasm nvim rizin yara && \
4746
echo "> install node" && \
4847
. $NVM_DIR/nvm.sh
4948

0 commit comments

Comments
 (0)