From b57be723a0a68ff7ef6666f2c691ebd3c2c2d7cb Mon Sep 17 00:00:00 2001 From: maso Date: Sun, 30 Jul 2023 12:39:31 +0330 Subject: [PATCH] [fix] add persian tool to python --- 16.0/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/16.0/Dockerfile b/16.0/Dockerfile index 30eaa0351..efeb9b6c3 100644 --- a/16.0/Dockerfile +++ b/16.0/Dockerfile @@ -105,6 +105,7 @@ RUN apt-get update \ && pip install \ openupgradelib \ jdatetime \ + persiantools \ && rm -rf \ /var/lib/apt/lists/*