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.
2 parents 3296e58 + e7edeab commit 0031c3eCopy full SHA for 0031c3e
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