diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fa51535044e54cdb9f9d2ebf153bdfe39d670b1e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +<a href="https://benz0li.b-data.io/donate?project=1"><img src="https://benz0li.b-data.io/donate/static/donate-with-fosspay.png" alt="Donate with fosspay"></a> <a href="https://liberapay.com/benz0li/donate"><img src="https://liberapay.com/assets/widgets/donate.svg" alt="Donate using Liberapay" height="20"></a> + +# GHC for pandoc diff --git a/latest.Dockerfile b/latest.Dockerfile index b430b00d0eb7233bdfc621b6a17e72e4e597df63..12d5b59c1991bbbfba8575aaad6dc1904e813ff3 100644 --- a/latest.Dockerfile +++ b/latest.Dockerfile @@ -19,6 +19,7 @@ RUN apk add --update --no-cache \ gnupg \ linux-headers \ libffi-dev \ + llvm12 \ ncurses-dev \ perl \ python3 \ @@ -60,7 +61,7 @@ RUN cd /tmp \ # See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history && cabal install --allow-newer cabal-install-$CABAL_VERSION -FROM alpine:3.13 as builder +FROM alpine:3.15 as builder LABEL org.label-schema.license="MIT" \ org.label-schema.vcs-url="https://gitlab.b-data.ch/ghc/ghc4pandoc" \ @@ -84,7 +85,7 @@ RUN apk add --update --no-cache \ libcurl \ libffi \ libffi-dev \ - llvm10 \ + llvm12 \ ncurses-dev \ ncurses-static \ openssl-dev \