Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
cf14dc7b
Verified
Commit
cf14dc7b
authored
4 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[Dokuwiki] Fix mbstring missing and locale not installed
parent
3eac3a55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-dokuwiki/Dockerfile
+3
-1
3 additions, 1 deletion
pica-dokuwiki/Dockerfile
with
3 additions
and
1 deletion
pica-dokuwiki/Dockerfile
+
3
−
1
View file @
cf14dc7b
...
...
@@ -11,9 +11,11 @@ RUN apt-get update -y && \
tar
\
nano
\
locales
\
locales-all
\
php7.3
\
php7.3-fpm
\
php7.3-gd
\
php-mbstring
\
php7.3-ldap
\
php7.3-xml
&&
\
mkdir
-p
html /var/run/php
&&
\
...
...
@@ -24,7 +26,7 @@ RUN apt-get update -y && \
sed
-i
-e
"s|;listen
\.
group
\s
*=
\s
*|listen.group = |g"
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
-e
"s|;listen
\.
mode
\s
*=
\s
*|listen.mode = |g"
/etc/php/7.3/fpm/pool.d/www.conf
&&
\
sed
-i
-e
"s|;extension=mbstring|extension=mbstring|g"
/etc/php/7.3/fpm/php.ini
&&
\
sed
-i
-e
"s|;date
\.
timezone =
"
|date
\.
timezone
=
Europe/Paris|g
" /etc/php/7.3/fpm/php.ini &&
\
sed
-i
-e
"s|;date
\.
timezone =|date
\.
timezone = Europe/Paris|g"
/etc/php/7.3/fpm/php.ini
&&
\
wget
-O
dokuwiki.tgz
"https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"
&&
\
mkdir
update
&&
\
tar
-xzf
dokuwiki.tgz
-C
update
--strip-components
1
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment