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>2019-03-26 12:18:31 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-03-26 12:18:31 +0300
commit06791fb5f6bc4c6caa110af6a4f6941e07d236a2 (patch)
treec744db7cd2bd5c70e941d4b8d0ccb88b4696c2fa
parentf24eb135369a7b57e9544a4eb199c551dfc46b95 (diff)
Add PHP extension for JSONtranslations-46
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--translations/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/Dockerfile b/translations/Dockerfile
index 88d58bd..a48fd5b 100644
--- a/translations/Dockerfile
+++ b/translations/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Morris Jobke <hey@morrisjobke.de>
# Install python
RUN apk update && \
- apk add python3 py3-pip gettext make gnupg git openssh php7 php7-simplexml qt5-qttools-dev && \
+ apk add python3 py3-pip gettext make gnupg git openssh php7 php7-json php7-simplexml qt5-qttools-dev && \
rm -rf /var/cache/apk/*
# Install Transifex client