Skip to content

Commit fcab211

Browse files
authored
Add Haskell to CSCI 4450 (#21)
1 parent 1680c9d commit fcab211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dockerfiles/csci4450/ubuntu22.04/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ RUN apt-get update \
4040
&& chmod -R 755 ${SUBMITTY_INSTALL_DIR}/java_tools \
4141
&& apt-get purge -y --auto-remove curl
4242

43+
RUN apt-get update \
44+
&& apt-get install -y --no-install-recommends ghc=8.8.4-3 cabal-install=3.0.0.0-3build1.1 \
45+
&& rm -rf /var/lib/apt/lists/*
46+
4347
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)