Selenium docker psutil

This commit is contained in:
Luciano Gervasoni
2025-08-01 20:49:28 +02:00
parent 1502f09e22
commit 30c586d49a

View File

@@ -49,7 +49,7 @@ RUN if [ "${ARCH}" = "amd64" ] ; then \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $toolDeps \
&& rm -rf /var/lib/apt/lists/* /tmp/*
RUN pip install --no-cache-dir selenium fastapi "uvicorn[standard]"
RUN pip install --no-cache-dir selenium fastapi "uvicorn[standard]" psutil
WORKDIR /opt/app
COPY . /opt/app/