ci(Dockerfile): adjust deps from typos

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-08-20 19:21:47 +02:00 committed by GitHub
parent a28b3771a7
commit 6aba6223c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/* && \