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
8b7c834b
Commit
8b7c834b
authored
1 year ago
by
Chris Galusha
Browse files
Options
Downloads
Patches
Plain Diff
Do not install chrome, the chromedriver is sufficient
parent
2767fba0
No related branches found
No related tags found
1 merge request
!82
Laravel dusk
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
php-browser-test/8.2/Dockerfile
+1
-1
1 addition, 1 deletion
php-browser-test/8.2/Dockerfile
with
1 addition
and
1 deletion
php-browser-test/8.2/Dockerfile
+
1
−
1
View file @
8b7c834b
...
...
@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN
export
BUILD_DEPS
=
"bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev"
\
&&
apk add
--no-cache
bash nodejs npm linux-headers
chromium
chromium-chromedriver
$PHPIZE_DEPS
$BUILD_DEPS
\
&&
apk add
--no-cache
bash nodejs npm linux-headers chromium-chromedriver
$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
\
...
...
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