Only install the stuff we need to run PHP, not to build it

This commit is contained in:
Dylan K. Taylor
2021-05-10 17:51:18 +01:00
parent 9c05e37fbe
commit 5116e11cea
2 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo apt update && sudo apt install -y \
libzip5