Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
typo3-php-fpm-82-full
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Containers
TYPO3
typo3-php-fpm-82-full
Commits
9620f9f3
Commit
9620f9f3
authored
1 year ago
by
Eike Drost
Browse files
Options
Downloads
Patches
Plain Diff
fixes installation failes in container
parent
d96f6471
Branches
main
Tags
1.0.0
No related merge requests found
Pipeline
#40
failed
1 year ago
Stage: verify
Stage: security
Stage: publish
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
with
4 additions
and
2 deletions
Dockerfile
+
4
−
2
View file @
9620f9f3
...
...
@@ -83,9 +83,11 @@ RUN chmod +x mhsendmail_linux_amd64
RUN
mv
mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
RUN
yes
| pecl
install
igbinary
RUN
yes
| pecl
install
apcu-5.1.22 redis ast-1.1.0 xdebug-3.2.2
RUN
yes
| pecl
install
apcu-5.1.22
RUN
yes
| pecl
install
ast-1.1.0
RUN
yes
| pecl
install
xdebug-3.2.2
RUN
docker-php-ext-enable apcu intl
redis
ast
RUN
docker-php-ext-enable apcu intl ast
RUN
curl
-sS
https://getcomposer.org/installer | php
--
--install-dir
=
/usr/local/bin
--filename
=
composer
RUN
composer
--version
...
...
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