From 4b989f000a7d312d958cd91f6de652cda5c53394 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 30 Oct 2021 23:43:28 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b30095..31af5d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN \ RUN \ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && \ apt install -y software-properties-common && \ - add-apt-repository ppa:deadsnakes/ppa && \ + add-apt-repository ppa:deadsnakes/ppa && \ apt update && \ apt install -y python3.8 python3-pip