From 6ed21ad62ca4b2ec4d3920e660733c88825aeed1 Mon Sep 17 00:00:00 2001 From: Vijai Kumar K Date: Tue, 30 Jul 2019 20:37:53 +0530 Subject: [PATCH] Dockerfile: Add gnupg package - gnupg is currently installed into kas-docker due to reprepro's requirement. Hence, available only in isar version of kas-docker. - Add gnupg explicitly in Dockerfile. It is needed for both isar and yocto builds. Signed-off-by: Vijai Kumar K Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f305d2..32e0f9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get install --no-install-recommends -y \ tar bzip2 curl dosfstools mtools parted \ syslinux tree python3-pip bc python3-yaml \ lsb-release python3-setuptools ssh-client \ - vim less mercurial iproute2 xz-utils && \ + vim less mercurial iproute2 xz-utils gnupg && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*