Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Web Hosting EKS - PHP 8.4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Web Hosting
Container Images
Web Hosting EKS - PHP 8.4
Commits
16407dc9
Commit
16407dc9
authored
8 months ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
cleanup & re-enable imagick and various other modules that have been
turned off
parent
24dcb4fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-19
0 additions, 19 deletions
Dockerfile
usr/local/etc/php/conf.d/02_pecl_modules.ini
+2
-5
2 additions, 5 deletions
usr/local/etc/php/conf.d/02_pecl_modules.ini
with
2 additions
and
24 deletions
Dockerfile
+
0
−
19
View file @
16407dc9
...
...
@@ -14,16 +14,6 @@ RUN dnf -y install libxml2-devel libmcrypt-devel libxslt-devel libyaml-devel
RUN
dnf
-y
install
libtidy-devel libaio-devel libmemcached-devel
RUN
dnf
-y
install
unixODBC-devel mariadb-devel libpq-devel sqlite-devel
RUN
dnf
-y
install
gd-devel ImageMagick-devel ImageMagick-c++-devel
#RUN yum -y install libc-client-devel
#RUN yum -y install libicu-devel
#RUN yum -y install libaio-devel
#RUN yum -y install libXpm-devel
#RUN yum -y install freetype-devel libpng-devel
#RUN yum -y install GeoIP-devel libdb-devel
#RUN yum -y install openldap-devel
#RUN yum -y install ncurses-devel
RUN
dnf
-y
group
install
"Development Tools"
# External library builds
...
...
@@ -77,16 +67,7 @@ COPY usr/local/etc/php/conf.d/01_base_modules.ini /usr/local/etc/php/conf.d/
# Build & install PECL modules
RUN
pecl channel-update pecl.php.net
RUN
printf
"
\n
"
| pecl
install
--force
apcu
##RUN pecl install --force geoip
#RUN git clone https://github.com/rlerdorf/geoip.git && \
# cd geoip/ && \
# phpize && \
# ./configure && \
# make && make install && \
# cd .. && \
# rm -rfv geoip
RUN
pecl
install
--force
igbinary
#!#https://github.com/Imagick/imagick/issues/640
RUN
printf
"
\n
"
| pecl
install
--force
imagick
RUN
printf
"
\n
"
| pecl
install
--force
mcrypt
RUN
printf
"
\n\n\n
yes
\n\n
yes
\n\n\n\n
"
| pecl
install
--force
memcached
...
...
This diff is collapsed.
Click to expand it.
usr/local/etc/php/conf.d/02_pecl_modules.ini
+
2
−
5
View file @
16407dc9
extension
=
apcu
;extension=geoip
extension
=
igbinary
;!;https://github.com/Imagick/imagick/issues/640
;!;extension=imagick
extension
=
imagick
extension
=
mcrypt
extension
=
memcached
;extension=mongodb
extension
=
redis
extension
=
uploadprogress
zend_extension
=
xdebug
extension
=
xhprof
extension
=
xmlrpc
extension
=
yaml
;
extension=yaz
extension
=
yaz
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