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
Merge requests
!22
Resolve "add simple unit tests for containers"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "add simple unit tests for containers"
10-add-simple-unit-tests-for-containers
into
master
Overview
0
Commits
13
Pipelines
9
Changes
1
Merged
Raul Barreras
requested to merge
10-add-simple-unit-tests-for-containers
into
master
5 years ago
Overview
0
Commits
13
Pipelines
9
Changes
1
Expand
Closes
#10 (closed)
Edited
5 years ago
by
Raul Barreras
0
0
Merge request reports
Viewing commit
2a605979
Prev
Next
Show latest version
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2a605979
Remove mcrypt from 7.2
· 2a605979
Alan Nelson
authored
5 years ago
php-unit-test/7.2/Dockerfile
+
2
−
3
Options
@@ -12,10 +12,9 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN
apk add
--no-cache
bash nodejs nodejs-npm
libmcrypt-dev
$PHPIZE_DEPS
\
RUN
apk add
--no-cache
bash nodejs nodejs-npm
$PHPIZE_DEPS
\
&&
pecl
install
xdebug redis
\
&&
docker-php-ext-enable xdebug redis
\
&&
docker-php-ext-install mcrypt
\
&&
docker-php-ext-enable xdebug redis
&& apk del --no-cache $PHPIZE_DEPS
RUN
curl
-o
/usr/local/bin/composer https://getcomposer.org/composer.phar
\
&&
chmod
755 /usr/local/bin/composer
Loading