Skip to content

Commit 28e12bd

Browse files
committed
[docker] refs skycoin#88 Add '--no-tty' option to gpg
1 parent f60c1d8 commit 28e12bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/images/dev-cli/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN set -ex \
6262
hkp://p80.pool.sks-keyservers.net:80 \
6363
keyserver.ubuntu.com \
6464
hkp://keyserver.ubuntu.com:80 ;do\
65-
gpg --keyserver "$server" --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D;done \
65+
gpg --no-tty --keyserver "$server" --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D;done \
6666
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
6767
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
6868
&& mkdir -p /usr/src/python \
@@ -111,7 +111,7 @@ RUN set -ex \
111111
hkp://p80.pool.sks-keyservers.net:80 \
112112
keyserver.ubuntu.com \
113113
hkp://keyserver.ubuntu.com:80 ;do\
114-
gpg --keyserver "$server" --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D;done \
114+
gpg --no-tty --keyserver "$server" --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D;done \
115115
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
116116
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
117117
&& mkdir -p /usr/src/python \
@@ -157,7 +157,7 @@ RUN set -ex \
157157
hkp://p80.pool.sks-keyservers.net:80 \
158158
keyserver.ubuntu.com \
159159
hkp://keyserver.ubuntu.com:80 ;do\
160-
gpg --keyserver "$server" --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D;done \
160+
gpg --no-tty --keyserver "$server" --recv-keys 97FC712E4C024BBEA48A61ED3A5CA953F73C700D;done \
161161
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
162162
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
163163
&& mkdir -p /usr/src/python \

0 commit comments

Comments
 (0)