Skip to content
Snippets Groups Projects
Unverified Commit 06166be7 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix gpg tty error

Seems like debian's GPG version now expects a TTY and only works without 
when it's explicitly definied.

This patch adds the `--no-tty` option to the gpg call. `--batch` seems 
to include it and this way doesn't need it. This should fix the error 
during docker build.

Additional information:
https://github.com/nodejs/docker-node/issues/922
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913614
parent f9e607ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment