Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zpush-openshift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
mail
zpush-openshift
Commits
48e4eb97
Commit
48e4eb97
authored
4 years ago
by
Giacomo Tenaglia
Browse files
Options
Downloads
Patches
Plain Diff
Fix php-imap
parent
5fbbad6f
Branches
Branches containing commit
Tags
v5.2.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.s2i/bin/assemble
+0
-3
0 additions, 3 deletions
.s2i/bin/assemble
Dockerfile
+7
-0
7 additions, 0 deletions
Dockerfile
with
7 additions
and
3 deletions
.s2i/bin/assemble
+
0
−
3
View file @
48e4eb97
...
...
@@ -13,6 +13,3 @@ sed -ri \
echo
"Assembling"
/usr/libexec/s2i/assemble
echo
"Extra libs"
php composer.phar require php-imap/php-imap
This diff is collapsed.
Click to expand it.
Dockerfile
+
7
−
0
View file @
48e4eb97
...
...
@@ -8,5 +8,12 @@ RUN yum install -y \
RUN
yum
install
-y
\
php-imap
# Fix php-imap location
RUN
cp
/etc/php.d/imap.ini /etc/opt/rh/rh-php73/php.d/20-imap.ini
RUN
cp
/etc/php.d/imap.ini
\
/opt/rh/rh-php73/register.content/etc/opt/rh/rh-php73/php.d/20-imap.ini
RUN
cp
/usr/lib64/php/modules/imap.so
\
/opt/rh/rh-php73/root/usr/lib64/php/modules/imap.so
# Make sure the final image runs as unprivileged user
USER
1001
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