Sign in
fuchsia
/
third_party
/
grpc
/
HEAD
/
.
/
templates
/
tools
/
dockerfile
/
php_common_deps.include
blob: 86906c33771fb171310e91a40ef823df083871ee [
file
] [
log
] [
blame
]
# Install composer
RUN curl
-
sS https
:
//getcomposer.org/installer | php
RUN mv composer
.
phar
/
usr
/
local
/
bin
/
composer