remove obsolete chrome-driver from docker image

This commit is contained in:
sebthom
2024-03-08 15:21:17 +01:00
parent 7133b26c37
commit 61f362afb4

View File

@@ -23,9 +23,9 @@ RUN <<EOF
apt-get update apt-get update
echo "#################################################" echo "#################################################"
echo "Install Chromium + Driver..." echo "Install Chromium..."
echo "#################################################" echo "#################################################"
apt-get install --no-install-recommends -y chromium chromium-driver apt-get install --no-install-recommends -y chromium
apt-get clean autoclean apt-get clean autoclean
apt-get autoremove --purge -y apt-get autoremove --purge -y