mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-18 08:08:17 +02:00
5 lines
202 B
Docker
5 lines
202 B
Docker
FROM greensheep/dockerfiles-php-5.3
|
|
RUN apt-get update -y
|
|
RUN apt-get install -y curl
|
|
RUN curl -sS https://getcomposer.org/installer | php
|
|
RUN mv composer.phar /usr/local/bin/composer |