Skip to content

Commit f3e95bd

Browse files
committed
Add libvips to Codespace devcontainer
1 parent 0577bfa commit f3e95bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/codespaces/onCreateCommand.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ wget https://storage.googleapis.com/chrome-for-testing-public/${CHROMEDRIVER_VER
1313
unzip chromedriver-linux64.zip
1414
sudo mv chromedriver-linux64/chromedriver /usr/local/bin/
1515
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

Comments
 (0)