Skip to content

Commit dbb67c0

Browse files
committed
Code build fix
1 parent af6e0c9 commit dbb67c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildspec.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ phases:
88
- echo Installing Composer and dependencies...
99
- curl -sS https://getcomposer.org/installer | php
1010
- 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."
1118

1219
pre_build:
1320
commands:

0 commit comments

Comments
 (0)