Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomecenas authored Jun 9, 2024
1 parent 665d666 commit e049dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y \
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

# Install PHP extensions
# adicionei a extensão intl exigida pelo Filament - por Claudio Mecenas
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
# ativando a extensão intl - por Claudio Mecenas
RUN docker-php-ext-enable intl

Expand Down

0 comments on commit e049dc8

Please sign in to comment.