Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
GitHub Mirror
Renovate Bot
renovate
Commits
22f76073
Unverified
Commit
22f76073
authored
5 years ago
by
Michael Kriese
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(manager): speedup composer with php-curl (#5792)
parent
46af406d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
22f76073
...
@@ -112,7 +112,7 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin
...
@@ -112,7 +112,7 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin
RUN
echo
"deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main"
>
/etc/apt/sources.list.d/ondrej-php.list
&&
\
RUN
echo
"deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main"
>
/etc/apt/sources.list.d/ondrej-php.list
&&
\
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
&&
\
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
&&
\
apt-get update
&&
\
apt-get update
&&
\
apt-get
-y
install
php7.4-cli php7.4-mbstring
&&
\
apt-get
-y
install
php7.4-cli php7.4-mbstring
php7.4-curl
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
# renovate: datasource=github-releases depName=composer/composer
# renovate: datasource=github-releases depName=composer/composer
...
...
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