krobertson / deb-s3

Easily create and manage an APT repository on S3 -- NO LONGER MAINTAINED
MIT License
482 stars 148 forks source link

gpg: cannot open tty `/dev/tty' #133

Closed miradnan closed 6 years ago

miradnan commented 6 years ago

I am trying to run this inside a docker image. I am getting the following message

gpg: cannot open tty '/dev/tty': No such device or address

agimenez commented 6 years ago

Hey! Also found this problem. You need to run gpg in batch mode, or run the image with a tty (docker run -ti). Does that fix your problem?