Skip to content

Commit abb1966

Browse files
committed
ajuste (Package 'sqlite3', required by 'virtual:world', not found)
1 parent badd23b commit abb1966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
git \
1212
htop \
1313
libzip-dev \
14-
sqlite3 \
14+
libsqlite3-dev \
1515
&& docker-php-ext-install zip opcache pdo_sqlite \
1616
&& docker-php-ext-enable opcache \
1717
&& apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)