File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM quay.io/condaforge/linux-anvil-cos7-x86_64
22
33RUN yum -y update
4- RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gcc-c++
4+ RUN yum -y install glibc glibc-devel zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gcc-c++
55
66# Install GHC since stack's local install has issues
7- RUN wget https://downloads.haskell.org/~ ghc/9.6.6/ghc-9.6.6-x86_64-centos7 -linux.tar.xz
8- RUN tar xvf ghc-9.6.6-x86_64-centos7 -linux.tar.xz
9- RUN cd ghc-9.6.6-x86_64-unknown -linux; ./configure; make install
7+ RUN wget https://downloads.haskell.org/ghc/9.6.6/ghc-9.6.6-aarch64-deb10 -linux.tar.xz
8+ RUN tar xvf ghc-9.6.6-aarch64-deb10 -linux.tar.xz
9+ RUN cd ghc-9.6.6-aarch64-deb10 -linux; ./configure; make install
1010
1111# install stack
1212RUN curl -sSL https://get.haskellstack.org/ | sh
You can’t perform that action at this time.
0 commit comments