We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3296e58 commit e7edeabCopy full SHA for e7edeab
stack-template.hsfiles
@@ -78,6 +78,8 @@ SHELL ["/bin/bash", "--rcfile", "~/.profile", "-c"]
78
79
USER root
80
81
+RUN yum update -y ca-certificates
82
+
83
# Installing Haskell Stack
84
RUN curl -sSL https://get.haskellstack.org/ | sh
85
0 commit comments