We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfd047 commit 1eb5e2eCopy full SHA for 1eb5e2e
8.10/buster/Dockerfile
@@ -50,6 +50,8 @@ RUN cd /tmp && \
50
export GNUPGHOME="$(mktemp -d)" && \
51
curl -sSLO https://downloads.haskell.org/~ghc/$GHC/ghc-$GHC-x86_64-deb10-linux.tar.xz && \
52
curl -sSLO https://downloads.haskell.org/~ghc/$GHC/ghc-$GHC-x86_64-deb10-linux.tar.xz.sig && \
53
+ gpg --batch --keyserver hkps://pgp.mit.edu:443 --receive-keys 588764FBE22D19C4 && \
54
+ gpg --batch --verify ghc-$GHC-x86_64-deb10-linux.tar.xz.sig ghc-$GHC-x86_64-deb10-linux.tar.xz && \
55
tar xf ghc-$GHC-x86_64-deb10-linux.tar.xz && \
56
cd ghc-$GHC && \
57
./configure --prefix /opt/ghc/$GHC && \
0 commit comments