code-server-php update/add workflows

This commit is contained in:
aptalca
2023-05-17 13:29:27 -04:00
parent 4138bde235
commit 4885678068
6 changed files with 60 additions and 58 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/with-contenv bash
apt-get update
-6
View File
@@ -1,6 +0,0 @@
#!/usr/bin/with-contenv bash
echo "**** installing php and composer ****"
apt-get install -y \
composer \
php