Skip to content

Commit

Permalink
Error during build: gpg: cannot open '/dev/tty': No such device or ad…
Browse files Browse the repository at this point in the history
…dress

See issue in nodejs/docker-node#922

I backport this correction
  • Loading branch information
Petitlaurent, JeanLouis committed Jan 23, 2019
1 parent 5561c8e commit 5a1780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update \
&& curl -sL \
https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc \
> /sbin/tini.asc \
&& gpg --keyserver pool.sks-keyservers.net --recv-keys \
&& gpg --no-tty --keyserver pool.sks-keyservers.net --recv-keys \
595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
&& gpg --verify /sbin/tini.asc \
&& rm -rf /root/.gnupg \
Expand Down

0 comments on commit 5a1780f

Please sign in to comment.