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 af6e0c9 commit dbb67c0Copy full SHA for dbb67c0
buildspec.yml
@@ -8,6 +8,13 @@ phases:
8
- echo Installing Composer and dependencies...
9
- curl -sS https://getcomposer.org/installer | php
10
- php composer.phar install --no-interaction --prefer-dist --optimize-autoloader
11
+ - echo "Composer dependencies installed."
12
+
13
+ - echo "Installing additional dependencies..."
14
+ - export DEBIAN_FRONTEND=noninteractive
15
+ - apt-get update
16
+ - apt-get install -y sqlite3
17
+ - echo "Additional dependencies installed."
18
19
pre_build:
20
commands:
0 commit comments