Skip to content

Commit

Permalink
Add Haskell to CSCI 4450 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 authored Mar 11, 2024
1 parent 1680c9d commit fcab211
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/csci4450/ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ RUN apt-get update \
&& chmod -R 755 ${SUBMITTY_INSTALL_DIR}/java_tools \
&& apt-get purge -y --auto-remove curl

RUN apt-get update \
&& apt-get install -y --no-install-recommends ghc=8.8.4-3 cabal-install=3.0.0.0-3build1.1 \
&& rm -rf /var/lib/apt/lists/*

CMD ["/bin/bash"]

0 comments on commit fcab211

Please sign in to comment.