From 75020a934b09d3a895cd9c4639ab1ee8df8ab02b Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 17 Mar 2024 11:12:08 +0300 Subject: [PATCH] fix --- manylinux_2_31/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manylinux_2_31/Dockerfile b/manylinux_2_31/Dockerfile index 354e159..4f3dbef 100644 --- a/manylinux_2_31/Dockerfile +++ b/manylinux_2_31/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ libreadline-dev \ libffi-dev \ curl \ - software-properties-common + software-properties-common \ && rm -rf /var/lib/apt/lists/* COPY ./scripts/install_python.sh ./scripts/install_pipx.sh ./scripts/install_qt.sh /