Skip to content
Snippets Groups Projects
Commit 212b1045 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHP 7.3 image

parent 1847ce3e
No related branches found
No related tags found
1 merge request!4PHP 7.3 image
Pipeline #512 passed with stage
in 1 minute and 58 seconds
FROM php:7.3-stretch
MAINTAINER ethitter
RUN apt-get update && apt-get -yqqf install lsb-release zip unzip subversion mysql-client libicu-dev libpng-dev libbz2-dev default-libmysqlclient-dev libzip-dev --fix-missing
RUN docker-php-ext-install mbstring mysqli intl gd zip bz2
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN chmod +x /usr/local/bin/composer
ENV PATH=/root/.composer/vendor/bin:$HOME/.composer/vendor/bin:$PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment