diff --git a/Dockerfile b/Dockerfile index d9488e4..fb667f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update \ && apt-get -y --no-install-recommends install \ python3-full \ python3-pip \ - wget\ + wget \ && pip install --no-cache-dir --break-system-packages -r requirements.txt \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*