From 92bfd0901a1a0609d05d8953ca878a3fb44098d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Thu, 4 Jul 2019 22:27:43 +0200 Subject: [PATCH] Added apt-transport-https and gnupg --- Dockerfile.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.m4 b/Dockerfile.m4 index e242f38..48499fd 100644 --- a/Dockerfile.m4 +++ b/Dockerfile.m4 @@ -193,6 +193,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl ]])m4_dnl && apt-get update \ && apt-get install -y --no-install-recommends \ + apt-transport-https \ apt-utils \ at-spi2-core \ bash \ @@ -210,6 +211,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl fonts-noto \ fonts-noto-color-emoji \ fuse \ + gnupg \ htop \ iproute2 \ less \