Add node build deps
This commit is contained in:
parent
36d23e37e9
commit
68a01501a7
1 changed files with 6 additions and 1 deletions
|
|
@ -6,7 +6,12 @@ WORKDIR /app
|
|||
|
||||
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||
|
||||
RUN apk add --no-cache bash icu icu-dev libxml2-dev nodejs-current nodejs-npm python
|
||||
RUN apk add --no-cache bash icu icu-dev libxml2-dev nodejs-current nodejs-npm
|
||||
|
||||
RUN apk add --no-cache --virtual .node-build-deps \
|
||||
g++ \
|
||||
make \
|
||||
python
|
||||
|
||||
RUN docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install -j$(nproc) intl pdo_mysql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue