We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665d666 commit e049dc8Copy full SHA for e049dc8
Dockerfile
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y \
19
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
20
21
# Install PHP extensions
22
-# adicionei a extensão intl exigida pelo Filament - por Claudio Mecenas
23
-RUN docker-php-ext-install intl pdo_mysql mbstring exif pcntl bcmath gd sockets
+# adicionei as extensaões zip e intl exigidas pelo Filament - por Claudio Mecenas
+RUN docker-php-ext-install zip intl pdo_mysql mbstring exif pcntl bcmath gd sockets
24
# ativando a extensão intl - por Claudio Mecenas
25
RUN docker-php-ext-enable intl
26
0 commit comments