Install dependencies for PHP modules

pull/1/head
Carlos Gomes 2021-10-07 13:18:50 +02:00
rodzic 9b0f05e39d
commit 7b9a46e7c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 870909DFEF7C5FB9
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -12,6 +12,16 @@ RUN apt-get update \
rsync \
git \
default-mysql-client \
aspell \
gettext-base \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmagickwand-dev \
libmcrypt-dev \
libpng-dev \
libpspell-dev \
libxml2-dev \
libzip-dev \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \