From 7f8b4d44aa287438a69ace4f2aaac7bafb1798a1 Mon Sep 17 00:00:00 2001 From: shekhar-cis Date: Mon, 22 Nov 2021 13:48:08 +0530 Subject: [PATCH] updated Dockerfile --- docker/bionic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bionic/Dockerfile b/docker/bionic/Dockerfile index 5db2248..e3fed81 100644 --- a/docker/bionic/Dockerfile +++ b/docker/bionic/Dockerfile @@ -69,7 +69,7 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \ RUN apt-get install -yq --no-install-suggests --no-install-recommends \ language-pack-en -# system requirements to build most of the recipes +# Buildozer dependencies RUN apt install -qq --yes --no-install-recommends \ autoconf \ automake \