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:
Lukas Reschke 2021-02-09 21:26:30 +01:00 committed by GitHub
commit 1fb03b3b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \