1 Star 0 Fork 396

scriptsboy / showdoc

forked from star7th / showdoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
star7th 提交于 2017-06-17 15:58 . Dockerfile
FROM php:5.6-apache
COPY ./ /var/www/html/
RUN \
sed -i 's#http[:]//deb[^/ ]\+#http://ftp.cn.debian.org#g' /etc/apt/sources.list && \
apt-get update && apt-get install -y \
libfreetype6-dev \
libjpeg62-turbo-dev \
libmcrypt-dev \
libpng12-dev \
&& docker-php-ext-install -j$(nproc) gd mcrypt
RUN chmod -R 777 /var/www/html/
CMD ["apache2-foreground"]
PHP
1
https://gitee.com/scriptsboy/showdoc.git
git@gitee.com:scriptsboy/showdoc.git
scriptsboy
showdoc
showdoc
master

搜索帮助