Skip to content

Commit

Permalink
Atualização do Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsdomingos committed Feb 26, 2024
1 parent 0e63b67 commit 09932b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get install -y nodejs && \
## Instalação das extensões do node
npm install -g pnpm terser uglifycss autoprefixer postcss sass && \
## Instalação dos submódulos
git submodule init && git submodule update \
# Install extensions
docker-php-ext-install -j$(nproc) opcache pdo_pgsql zip xml curl opcache && \
# Install GD
Expand Down

0 comments on commit 09932b0

Please sign in to comment.