mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #25545 from k00ni/fix/Dockerfile-wrong-package-name-php7.4-acpu
Corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu)
This commit is contained in:
commit
1fb03b3b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y \
|
|||
php7.4-intl \
|
||||
php7.4-imagick \
|
||||
php7.4-gmp \
|
||||
php7.4-acpu \
|
||||
php7.4-apcu \
|
||||
php7.4-bcmath \
|
||||
libmagickcore-6.q16-3-extra \
|
||||
curl \
|
||||
|
|
|
|||
Loading…
Reference in a new issue