Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
php
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Docker
php
Commits
d363ae10
Commit
d363ae10
authored
Jul 11, 2019
by
Manuel Christlieb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sodium
parent
d46ea12c
Pipeline
#20946
passed with stage
in 6 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
7.2/Dockerfile
7.2/Dockerfile
+3
-2
7.3/Dockerfile
7.3/Dockerfile
+3
-2
No files found.
7.2/Dockerfile
View file @
d363ae10
...
...
@@ -14,14 +14,15 @@ RUN set -ex; \
libxml2-dev libxslt1-dev libfreetype6-dev libmagickwand-dev"
;
\
install_packages
=
"acl gifsicle git ssmtp imagemagick graphicsmagick gsfonts jpegoptim libjpeg-turbo-progs
\
libpq5 libxml2 libxslt1.1 mariadb-client nano pkg-config procps openssl openssh-client
\
optipng rsync sudo unzip vim webp"
;
\
optipng rsync sudo unzip vim webp
libsodium-dev
"
;
\
apt-get update
;
\
apt-get
install
-y
--no-install-recommends
${
build_dependencies
}
;
\
apt-get
install
-y
${
install_packages
}
;
\
pecl
install
xdebug redis imagick mongodb
;
\
pecl
install
xdebug redis imagick mongodb
sodium
;
\
docker-php-ext-enable imagick
;
\
docker-php-ext-enable redis
;
\
docker-php-ext-enable mongodb
;
\
docker-php-ext-enable sodium
;
\
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
--with-freetype-dir
=
/usr/
;
\
docker-php-ext-install
-j
"
$(
nproc
)
"
\
curl
\
...
...
7.3/Dockerfile
View file @
d363ae10
...
...
@@ -14,14 +14,15 @@ RUN set -ex; \
libxslt1-dev libfreetype6-dev libmagickwand-dev"
;
\
install_packages
=
"acl gifsicle git ssmtp imagemagick graphicsmagick gsfonts jpegoptim libjpeg-turbo-progs
\
libpq5 libxml2 libxslt1.1 libzip-dev mariadb-client nano pkg-config procps openssl openssh-client
\
optipng rsync sudo unzip vim webp zip"
;
\
optipng rsync sudo unzip vim webp zip
libsodium-dev
"
;
\
apt-get update
;
\
apt-get
install
-y
--no-install-recommends
${
build_dependencies
}
;
\
apt-get
install
-y
${
install_packages
}
;
\
pecl
install
xdebug redis imagick mongodb
;
\
pecl
install
xdebug redis imagick mongodb
sodium
;
\
docker-php-ext-enable imagick
;
\
docker-php-ext-enable redis
;
\
docker-php-ext-enable mongodb
;
\
docker-php-ext-enable sodium
;
\
docker-php-ext-configure gd
--with-png-dir
=
/usr
--with-jpeg-dir
=
/usr
--with-freetype-dir
=
/usr/
;
\
docker-php-ext-install
-j
"
$(
nproc
)
"
\
bcmath
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment