@@ -1,7 +1,9 @@
FROM php:5.6-apache
COPY ./ /var/www/html/
-RUN apt-get update && apt-get install -y \
+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 \
@@ -5,7 +5,7 @@
"description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
"keywords": ["showdoc","documents","Api"],
"homepage": "https://github.com/star7th/showdoc",
- "version":"v1.4.5",
+ "version":"v1.4.6",
"license": "Apache-2.0",
"authors": [
{