Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2021-03-23 11:47:08 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-03-23 11:47:08 +0300
commitd1ad17acfac53762812d1421376212d99eda7dde (patch)
tree31cf2f252f2e93c611d8f8bb3e64f32a46d27e84
parent546b481e0357bfce991341f288100e5a56f752a4 (diff)
Add make to PHP 8.0 containerphp8.0-1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--php8.0/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile
index 8db544b..f25e5ba 100644
--- a/php8.0/Dockerfile
+++ b/php8.0/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y wget gnupg2 libzip4 apt-transport-https
apt-get update && apt-get install -y php8.0-intl php8.0-gd git curl \
php8.0-cli php8.0-curl php8.0-pgsql php8.0-ldap \
php8.0-sqlite php8.0-mysql php8.0-zip php8.0-xml \
- php8.0-mbstring && \
+ php8.0-mbstring make && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*