Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
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
open-source
Proxy
Merge requests
!19
Resolve "use multi curl to improve performance"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "use multi curl to improve performance"
19-use-multi-curl-to-improve-performance
into
master
Overview
0
Commits
16
Pipelines
0
Changes
3
Merged
Ghost User
requested to merge
19-use-multi-curl-to-improve-performance
into
master
4 years ago
Overview
0
Commits
16
Pipelines
0
Changes
3
Expand
Closes
#19 (closed)
Edited
4 years ago
by
Dominik Hebeler
0
0
Merge request reports
Viewing commit
6188f2e7
Prev
Next
Show latest version
3 files
+
14
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
6188f2e7
add worker container
· 6188f2e7
Davide Aprea
authored
4 years ago
Dockerfile
+
1
−
0
Options
@@ -17,6 +17,7 @@ RUN apk add --update \
php7-tokenizer
\
php7-xml
\
php7-curl
\
php7-pcntl
\
php7-dom
\
php7-fileinfo
\
&&
rm
-rf
/var/cache/apk/
*
Loading