Update 'Sources/api_database/Dockerfile'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
09c0124a65
commit
cc5370c3da
@ -1,13 +1,12 @@
|
||||
FROM php:7.3-fpm
|
||||
RUN apt-get update && apt-get install -y libmcrypt-dev \
|
||||
mariadb-client libmagickwand-dev --no-install-recommends \
|
||||
&& docker-php-ext-configure mcrypt \
|
||||
&& docker-php-ext-install mcrypt \
|
||||
&& pecl install imagick \
|
||||
&& docker-php-ext-enable imagick \
|
||||
&& docker-php-ext-install mcrypt pdo_mysql
|
||||
RUN apt-get update && apt-get install -y libmcrypt-dev mariadb-client libmagickwand-dev --no-install-recommends
|
||||
RUN docker-php-ext-configure mcrypt
|
||||
RUN docker-php-ext-install mcrypt
|
||||
RUN pecl install imagick
|
||||
RUN docker-php-ext-enable imagick
|
||||
RUN docker-php-ext-install mcrypt pdo_mysql
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
COPY ./sources /usr/src/daflmusic
|
||||
WORKDIR /usr/src/daflmusic
|
||||
RUN php composer.phar require slim/slim:3.*
|
||||
CMD [ "php", "./public/index.php" ]*
|
||||
CMD [ "php", "./public/index.php" ]
|
Loading…
Reference in new issue