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 2d5d66b commit 4c7533aCopy full SHA for 4c7533a
22/windows-2022/Dockerfile
@@ -13,8 +13,6 @@ ENV NODE_CHECKSUM 3fc638727974262b4f65a6b1b43c22fb2d80671cdcb50e1237e0b05d1330aa
13
14
ENV GPG_VERSION 2.4.5_20240307
15
16
-ENV GPG_TTY dwufhwuhf
17
-
18
RUN Invoke-WebRequest $('https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-{0}.exe' -f $env:GPG_VERSION) -OutFile 'gpg-installer.exe'; \
19
Start-Process -FilePath 'gpg-installer.exe' -ArgumentList '/S' -Wait; \
20
Remove-Item gpg-installer.exe -Force; \
0 commit comments