aboutsummaryrefslogtreecommitdiff
path: root/stretch-arm64
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-09-02 11:05:28 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-09-02 11:05:28 +0300
commit77a71437770d587c79414ba7f2bec3cc6e368a2a (patch)
tree1af689973ef8f552551c52a5a46db4972ce0fb8d /stretch-arm64
parent76aa2d5b38e659e74faba04a5414d8f7c75b35b1 (diff)
stretch: workaround missing gnupg
Error: gnupg, gnupg2 and gnupg1 do not seem to be installed, Error: but apt-key requires gnupg, gnupg2 or gnupg1 for this operation. Change-Id: Ib6f3be407a6fed1b182b3d3b0851e21da0ffeb31 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'stretch-arm64')
-rw-r--r--stretch-arm64/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/stretch-arm64/Dockerfile b/stretch-arm64/Dockerfile
index b3ee46b5..dbff4505 100644
--- a/stretch-arm64/Dockerfile
+++ b/stretch-arm64/Dockerfile
@@ -4,6 +4,8 @@ COPY *.list *.key /etc/apt/sources.list.d/
RUN apt-key add /etc/apt/sources.list.d/*.key \
&& apt-get update \
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gnupg \
+ && apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y devscripts \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \