From 6aba6223c74e09d4b4c8154493d981b598cb4493 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 20 Aug 2024 19:21:47 +0200 Subject: [PATCH] ci(Dockerfile): adjust deps from typos Signed-off-by: Ettore Di Giacinto --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f69ec067..cabac8af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update && \ espeak \ python3-pip \ python-is-python3 \ - python3-dev lsb_release wget add-apt-repository gpg \ + python3-dev lsb-release wget software-properties-common gnupg \ python3-venv && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \