Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker
magento
php-magento
Commits
53a502c2
Commit
53a502c2
authored
Jun 07, 2018
by
David Danier
Browse files
mcrypt PHP 7.2
parent
d8898c51
Pipeline
#10834
failed with stage
in 39 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
7.2/Dockerfile
View file @
53a502c2
...
...
@@ -22,7 +22,9 @@ RUN apt-get update && \
apt-get
install
-y
git mariadb-client openssh-client libfreetype6 libpng16-16 libjpeg62-turbo gettext libmcrypt4 libxslt1.1 libicu57
&&
\
apt-get
install
-y
libfreetype6-dev libpng-dev libjpeg62-turbo-dev libmcrypt-dev libxslt1-dev libicu-dev
&&
\
docker-php-ext-configure gd
--with-freetype-dir
=
/usr/include/
--with-jpeg-dir
=
/usr/include/
&&
\
docker-php-ext-install
-j
$(
getconf _NPROCESSORS_ONLN
)
gd bcmath soap gettext mcrypt mysqli pdo_mysql opcache xsl zip intl calendar
&&
\
docker-php-ext-install
-j
$(
getconf _NPROCESSORS_ONLN
)
gd bcmath soap gettext mysqli pdo_mysql opcache xsl zip intl calendar
&&
\
pecl
install
mcrypt-snapshot
&&
\
docker-php-ext-enable mcrypt
&&
\
apt-get remove
-y
libfreetype6-dev libpng-dev libjpeg62-turbo-dev libmcrypt-dev libxslt1-dev libicu-dev
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
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