From 55e5ab2e13367b61d92045534b9c01ac01ebb1bc Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 9 Jul 2024 10:17:31 +0800 Subject: [PATCH] update flashmq --- flashmq/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashmq/Dockerfile b/flashmq/Dockerfile index 1ea9a63..8a0d4cf 100644 --- a/flashmq/Dockerfile +++ b/flashmq/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation RUN set -xe \ && apt update -y \ - && apt install -y --no-install-recommends apt-utils ca-certificates curl gpg \ + && apt install -y ca-certificates curl gpg \ && update-ca-certificates -f \ && curl -sSL https://www.flashmq.org/wp-content/uploads/2021/10/flashmq-repo.gpg \ | gpg --dearmor \