Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Last active October 19, 2022 14:34
Show Gist options
  • Save budiantoip/f599e1f1f3846003a3c6056ef140bfbd to your computer and use it in GitHub Desktop.
Save budiantoip/f599e1f1f3846003a3c6056ef140bfbd to your computer and use it in GitHub Desktop.
Docker Local Dependencies

PHP Docker

apt-get install -y autoconf make gcc

Composer 2.0

Reference : https://blog.packagist.com/composer-2-0-is-now-available/ Download using wget and then replace the existing composer command inside the bin folder

wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment