Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
UNL ITS
docker-ci
Commits
7d24cd9f
Commit
7d24cd9f
authored
1 year ago
by
Alan Nelson
Browse files
Options
Downloads
Patches
Plain Diff
Add PHP Soap module
parent
889d89a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
php-unit-test/8.2/Dockerfile
+2
-2
2 additions, 2 deletions
php-unit-test/8.2/Dockerfile
with
2 additions
and
2 deletions
php-unit-test/8.2/Dockerfile
+
2
−
2
View file @
7d24cd9f
...
...
@@ -12,11 +12,11 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN
export
BUILD_DEPS
=
"bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev"
\
RUN
export
BUILD_DEPS
=
"bzip2-dev icu-dev libpng-dev
libxml2-dev
libzip-dev openldap-dev"
\
&&
apk add
--no-cache
bash nodejs npm linux-headers
$PHPIZE_DEPS
$BUILD_DEPS
\
&&
pecl channel-update pecl.php.net
\
&&
pecl
install
xdebug redis
\
&&
docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip
\
&&
docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql
soap
zip
\
&&
docker-php-ext-enable xdebug redis
\
&&
apk del
--no-cache
$PHPIZE_DEPS
RUN
curl
-o
/usr/local/bin/composer https://getcomposer.org/composer.phar
\
...
...
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