Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: 00 4 * * *
- cron: 00 4 * * 4

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.php7
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN npm install -g npm@latest

RUN docker-php-ext-install bz2 \
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
&& apt-get autoremove \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.php8
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN npm install -g npm@latest

RUN docker-php-ext-install bz2 \
&& install-php-extensions apcu gd gmp intl opcache pdo_mysql pdo_pgsql sockets zip imap mailparse soap mysqli bcmath \
&& apt-get autoremove \
Expand Down
Loading