Add python for laravel-mix dep
This commit is contained in:
parent
b2ce1c8354
commit
95129e4991
1 changed files with 2 additions and 1 deletions
|
|
@ -6,9 +6,10 @@ WORKDIR /app
|
|||
|
||||
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||
|
||||
RUN apk add --no-cache icu icu-dev libxml2-dev nodejs-current nodejs-npm
|
||||
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 npm install -g yarn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue