https://gogs.digital-mind.ru/development/bitrix-lamp.git
206
FROM ubuntu:16.04
RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y curl
apache2
php-mysql
php libapache2-mod-php php-mcrypt php-mbstring
php-common php-gd freetype*
COPY ./apache.conf /etc/apache2/sites-available/000-default.conf COPY ./php.ini /etc/php/7.0/apache2/php.ini
EXPOSE 80
CMD a2enmod rewrite &&
service apache2 start &&
chmod -R 777 /var/www &&\
tail -F /var/log/apache2/error.log
Content type
Image
Digest
Size
159.7 MB
Last updated
about 9 years ago
docker pull brobrune/bitrix-lamp