corrected package name used in .devcontainer/Dockerfile (php7.4-acpu => php7.4-apcu)

Signed-off-by: Konrad Abicht <hi@inspirito.de>
This commit is contained in:
Konrad Abicht 2021-02-09 13:37:00 +01:00
parent 9eea1e56dc
commit f987eaea10
1 changed files with 1 additions and 1 deletions

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 \