Decrease image size when adding intl
This commit is contained in:
parent
95129e4991
commit
36d23e37e9
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ 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 docker-php-ext-configure intl
|
||||
RUN docker-php-ext-install -j$(nproc) intl pdo_mysql
|
||||
RUN docker-php-ext-configure intl \
|
||||
&& docker-php-ext-install -j$(nproc) intl pdo_mysql
|
||||
|
||||
RUN npm install -g yarn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue