Skip to content

Commit

Permalink
feat(old_sandbox): add haskell compiler #71
Browse files Browse the repository at this point in the history
  • Loading branch information
mciissee committed Nov 20, 2020
1 parent a316568 commit f3b2a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sandbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ RUN apt-get install -y --no-install-recommends \
perl \
perl-doc \
openjdk-11-jdk \
python3-distutils

python3-distutils \
ghc \
libbsd-dev

# Installing pip3 and python's requirements
RUN wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py
Expand All @@ -49,7 +50,6 @@ RUN pip3 install \
scipy \
prettytable


# Installing Java 11
RUN update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-11-openjdk-amd64/bin/java 2
RUN update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/java-11-openjdk-amd64/bin/javac 2
Expand Down

0 comments on commit f3b2a5e

Please sign in to comment.