mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-04-10 23:59:08 +00:00
ajuste (Package 'sqlite3', required by 'virtual:world', not found)
This commit is contained in:
parent
badd23ba7c
commit
abb1966b33
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
htop \
|
htop \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
sqlite3 \
|
libsqlite3-dev \
|
||||||
&& docker-php-ext-install zip opcache pdo_sqlite \
|
&& docker-php-ext-install zip opcache pdo_sqlite \
|
||||||
&& docker-php-ext-enable opcache \
|
&& docker-php-ext-enable opcache \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue