Skip to content

Commit 15537ec

Browse files
committed
chore: docker: io: remove haskell
This reverts commit b0687b5.
1 parent 7d0098f commit 15537ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker/Dockerfile.io

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ 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"
2423
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"
2524

2625
RUN apt-get update && \
2726
apt-get upgrade -y && \
2827
apt-get autoremove && \
29-
apt-get install -y ${UBUNTU_DEPS} ${RUST_DEPES} ${DEPS} ${HASKELL_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

@@ -61,7 +60,6 @@ RUN echo "> remove user" && \
6160
echo "> configure bash" && \
6261
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
6362
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
64-
echo "alias ghci='ghc --interactive'" >> /etc/bash.bashrc && \
6563
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
6664
echo ". /usr/local/src/nvm/nvm.sh" >> /etc/bash.bashrc && \
6765
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \

0 commit comments

Comments
 (0)