Skip to content

Commit 8fa0f19

Browse files
committed
fixed dockerfile
1 parent e9b595f commit 8fa0f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN yum -y update
44
RUN yum -y install 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.4.7/ghc-9.4.7-x86_64-centos7-linux.tar.xz
7+
RUN wget https://downloads.haskell.org/~ghc/9.4.7/ghc-9.6.6-x86_64-centos7-linux.tar.xz
88
RUN tar xvf ghc-9.6.6-x86_64-centos7-linux.tar.xz
99
RUN cd ghc-9.6.6-x86_64-unknown-linux; ./configure; make install
1010

0 commit comments

Comments
 (0)