first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
13
data/web/inc/lib/vendor/matthiasmullie/minify/Dockerfile
vendored
Executable file
13
data/web/inc/lib/vendor/matthiasmullie/minify/Dockerfile
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
ARG version=cli
|
||||
FROM php:$version
|
||||
|
||||
COPY . /var/www
|
||||
WORKDIR /var/www
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y zip unzip libzip-dev git
|
||||
RUN docker-php-ext-install zip
|
||||
RUN docker-php-ext-install pcntl
|
||||
RUN curl -sS https://getcomposer.org/installer | php
|
||||
RUN mv composer.phar /usr/local/bin/composer
|
||||
RUN composer install
|
||||
Loading…
Add table
Add a link
Reference in a new issue