Skip to content

Commit

Permalink
chore(manager): speedup composer with php-curl (#5792)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 26, 2020
1 parent 46af406 commit 22f7607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && \
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/*

# renovate: datasource=github-releases depName=composer/composer
Expand Down

0 comments on commit 22f7607

Please sign in to comment.