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:
parent
9eea1e56dc
commit
f987eaea10
|
@ -17,7 +17,7 @@ RUN apt-get install --no-install-recommends -y \
|
||||||
php7.4-intl \
|
php7.4-intl \
|
||||||
php7.4-imagick \
|
php7.4-imagick \
|
||||||
php7.4-gmp \
|
php7.4-gmp \
|
||||||
php7.4-acpu \
|
php7.4-apcu \
|
||||||
php7.4-bcmath \
|
php7.4-bcmath \
|
||||||
libmagickcore-6.q16-3-extra \
|
libmagickcore-6.q16-3-extra \
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Reference in New Issue