Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
build.postmarketos.org
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
build.postmarketos.org
Commits
d3dfdfbb
Unverified
Commit
d3dfdfbb
authored
5 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile: install php7-xmlwriter (for phpunit)
parent
718d04c2
Branches
prepare-tests
No related tags found
1 merge request
!9
prepare to add tests: fix bin/phpunit and make it work in devel-env
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devel-env/bpo/Dockerfile
+2
-1
2 additions, 1 deletion
devel-env/bpo/Dockerfile
with
2 additions
and
1 deletion
devel-env/bpo/Dockerfile
+
2
−
1
View file @
d3dfdfbb
...
@@ -10,7 +10,8 @@ RUN apk --no-cache add \
...
@@ -10,7 +10,8 @@ RUN apk --no-cache add \
php7-session
\
php7-session
\
php7-tokenizer
\
php7-tokenizer
\
php7-xml
\
php7-xml
\
php7-xmlrpc
php7-xmlrpc
\
php7-xmlwriter
# Create user
# Create user
RUN
adduser
-D
-s
/bin/sh user
users
RUN
adduser
-D
-s
/bin/sh user
users
...
...
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