Merge pull request #218 from linuxserver/code-server-php-apt

standardize apt-get
This commit is contained in:
aptalca
2021-06-23 18:01:04 -04:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+3 -3
View File
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
echo "**** installing php and composer ****"
apt-get update && apt-get install -y \
composer \
php7.2
apt-get install -y \
composer \
php