We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680c9d commit fcab211Copy full SHA for fcab211
dockerfiles/csci4450/ubuntu22.04/Dockerfile
@@ -40,4 +40,8 @@ RUN apt-get update \
40
&& chmod -R 755 ${SUBMITTY_INSTALL_DIR}/java_tools \
41
&& apt-get purge -y --auto-remove curl
42
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
+
47
CMD ["/bin/bash"]
0 commit comments