We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0577bfa commit f3e95bdCopy full SHA for f3e95bd
.devcontainer/codespaces/onCreateCommand.sh
@@ -13,3 +13,8 @@ wget https://storage.googleapis.com/chrome-for-testing-public/${CHROMEDRIVER_VER
13
unzip chromedriver-linux64.zip
14
sudo mv chromedriver-linux64/chromedriver /usr/local/bin/
15
rm -rf chromedriver-linux64.zip chromedriver-linux64
16
+
17
+sudo apt install -y libvips
18
19
+sudo apt-get clean
20
+sudo rm -rf /var/lib/apt/lists/*
0 commit comments