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
a4bb6b51
Commit
a4bb6b51
authored
1 year ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
upgrade php & add webp support
parent
37294a20
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
+12
-11
12 additions, 11 deletions
Dockerfile
usr/local/src/php-8.2.9.tar.xz
+3
-0
3 additions, 0 deletions
usr/local/src/php-8.2.9.tar.xz
with
15 additions
and
11 deletions
Dockerfile
+
12
−
11
View file @
a4bb6b51
...
...
@@ -4,15 +4,16 @@ USER root
# Install OS dev packages we need to compile modules against
RUN
yum
-y
group
install
"Development Tools"
RUN
yum
-y
install
lynx cmake cmake3 re2c mariadb mod_fcgid
\
libxml2-devel libxslt-devel gd-devel gmp-devel libc-client-devel
\
libicu-devel unixODBC-devel aspell-devel postgresql-devel
\
libmcrypt-devel libtidy-devel libaio-devel ImageMagick-devel
\
ImageMagick-c++-devel libXpm-devel openssl-devel mariadb-devel
\
curl-devel freetype-devel libpng-devel sqlite-devel
\
GeoIP-devel mhash-devel libdb-devel openldap-devel readline-devel
\
libmemcached-devel fastlz-devel libzstd-devel oniguruma-devel
\
libyaml-devel glibc-devel ncurses-devel libzip-devel
RUN
yum
-y
install
lynx cmake cmake3 re2c mariadb mod_fcgid libxml2-devel
RUN
yum
-y
install
libxslt-devel gd-devel gmp-devel libc-client-devel
RUN
yum
-y
install
libicu-devel unixODBC-devel aspell-devel postgresql-devel
RUN
yum
-y
install
libmcrypt-devel libtidy-devel libaio-devel ImageMagick-devel
RUN
yum
-y
install
ImageMagick-c++-devel libXpm-devel openssl-devel
RUN
yum
-y
install
mariadb-devel curl-devel freetype-devel libpng-devel
RUN
yum
-y
install
sqlite-devel GeoIP-devel mhash-devel libdb-devel
RUN
yum
-y
install
openldap-devel readline-devel libmemcached-devel
RUN
yum
-y
install
fastlz-devel libzstd-devel oniguruma-devel libyaml-devel
RUN
yum
-y
install
glibc-devel ncurses-devel libzip-devel
# External library builds
COPY
usr/local/src/ /usr/local/src/
...
...
@@ -47,9 +48,9 @@ RUN tar Jxf php-8.2.*.tar.xz && \
--enable-gd
=
shared
\
--without-gdbm
--with-bz2
=
shared
--with-curl
=
shared,/usr
\
--with-freetype
--with-gettext
=
shared
--with-gmp
=
shared
--with-iconv
\
--with-jpeg
--with-
kerberos
--with-layout
=
GNU
--with-ldap
=
shared
\
--with-jpeg
--with-
webp
--with-layout
=
GNU
--with-ldap
=
shared
\
--with-ldap-sasl
--with-mhash
=
shared,/usr
--with-mysqli
=
shared
\
--with-openssl
--with-pdo-mysql
=
shared,/usr
\
--with-openssl
--with-kerberos
--with-pdo-mysql
=
shared,/usr
\
--with-pdo-odbc
=
shared,unixODBC,/usr
--with-pdo-pgsql
=
shared,/usr
\
--with-pdo-sqlite
=
shared,/usr
--with-pear
--with-pgsql
=
shared
\
--with-pic
--with-pspell
=
shared
--with-readline
=
shared
\
...
...
This diff is collapsed.
Click to expand it.
usr/local/src/php-8.2.
3
.tar.xz
→
usr/local/src/php-8.2.
9
.tar.xz
LFS
+
3
−
0
View file @
a4bb6b51
No preview for this file type
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