Skip to content

Commit e049dc8

Browse files
Update Dockerfile
1 parent 665d666 commit e049dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y \
1919
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
2020

2121
# 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
22+
# adicionei as extensaões zip e intl exigidas pelo Filament - por Claudio Mecenas
23+
RUN docker-php-ext-install zip intl pdo_mysql mbstring exif pcntl bcmath gd sockets
2424
# ativando a extensão intl - por Claudio Mecenas
2525
RUN docker-php-ext-enable intl
2626

0 commit comments

Comments
 (0)