everything
This commit is contained in:
parent
8aadf69aaa
commit
96e028110d
877 changed files with 3046 additions and 0 deletions
10
PHP.Dockerfile
Executable file
10
PHP.Dockerfile
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
FROM php:fpm
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
RUN apt update
|
||||
RUN apt-get install -y git
|
||||
RUN apt-get install -y unzip
|
||||
RUN curl -o install https://getcomposer.org/installer
|
||||
RUN php install
|
||||
# RUN mv composer.phar /usr/local/bin/composer
|
||||
# RUN php composer.phar require square/square
|
||||
Loading…
Add table
Add a link
Reference in a new issue