mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
remove obsolete chrome-driver from docker image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user