Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev' into SUS-5274-dba-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 19, 2018
2 parents e9e937d + 0e432c4 commit eeb2672
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -39,6 +39,7 @@
"ext-gd": "*",
"ext-mustache": "*",
"ext-mysqli": "*",
"ext-pcntl": "*",
"ext-simplexml": "*",
"ext-sockets": "*",
"ext-tideways": "*",
Expand Down
4 changes: 3 additions & 1 deletion docker/base/Dockerfile
Expand Up @@ -94,7 +94,9 @@ RUN docker-php-ext-install \
# RecentChange::notifyRC2UDP uses socket_create
sockets \
# used to read localisation cache data from CDB files
dba
dba \
# needed by multithread scripts
pcntl

# setup php.ini globally
ADD ./php.ini /usr/local/etc/php/php.ini
Expand Down
6 changes: 5 additions & 1 deletion docker/sandbox/README.md
@@ -1,4 +1,8 @@
### Building images for Kubernetes sandbox instance
## Deploy app and config code to Kubernetes sandbox instance

Use Jenkins Pipeline. Read more on https://wikia-inc.atlassian.net/wiki/spaces/SUS/pages/378994735/Jenkins+Pipeline+-+deploy+mediawiki+to+sandbox

## Building images for Kubernetes sandbox instance

Go to app's repository root directory:

Expand Down

0 comments on commit eeb2672

Please sign in to comment.