From 743785af1706e571b381434fb833b7a4c51ee863 Mon Sep 17 00:00:00 2001 From: tmaeno Date: Thu, 25 Jan 2024 09:21:29 +0100 Subject: [PATCH] Fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de90f4002..358727694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN yum clean all && rm -rf /var/cache/yum RUN python$(echo ${PYTHON_VERSION} | sed -E 's/\.[0-9]+$//') -m venv /opt/panda RUN /opt/panda/bin/pip install --no-cache-dir -U pip RUN /opt/panda/bin/pip install --no-cache-dir -U setuptools -RUN /opt/panda/bin/pip install -U gnureadline +RUN /opt/panda/bin/pip install --no-cache-dir -U gnureadline RUN adduser atlpan RUN groupadd zp RUN usermod -a -G zp atlpan