Skip to content

Commit e7edeab

Browse files
authored
update ca-certificates so that we can install stack
ca-certificates is outdated by default. Once it's updated we're able to install stack Fixes theam#110
1 parent 3296e58 commit e7edeab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stack-template.hsfiles

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ SHELL ["/bin/bash", "--rcfile", "~/.profile", "-c"]
7878

7979
USER root
8080

81+
RUN yum update -y ca-certificates
82+
8183
# Installing Haskell Stack
8284
RUN curl -sSL https://get.haskellstack.org/ | sh
8385

0 commit comments

Comments
 (0)