Skip to content

Commit 1eb5e2e

Browse files
committed
Include broken GHC gpg verify for now
1 parent 1bfd047 commit 1eb5e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

8.10/buster/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ RUN cd /tmp && \
5050
export GNUPGHOME="$(mktemp -d)" && \
5151
curl -sSLO https://downloads.haskell.org/~ghc/$GHC/ghc-$GHC-x86_64-deb10-linux.tar.xz && \
5252
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 && \
5355
tar xf ghc-$GHC-x86_64-deb10-linux.tar.xz && \
5456
cd ghc-$GHC && \
5557
./configure --prefix /opt/ghc/$GHC && \

0 commit comments

Comments
 (0)