|
@@ -13,10 +13,13 @@ RUN apk add --no-cache --update git curl nginx gcc g++ python-dev py-pip make cm
|
|
pip install wand && \
|
|
pip install wand && \
|
|
pip install -U git+http://git.dever.cc:3000/python/demeter.git && \
|
|
pip install -U git+http://git.dever.cc:3000/python/demeter.git && \
|
|
git clone http://git.dever.cc:3000/python/convert.git $DEMETER_HOME && \
|
|
git clone http://git.dever.cc:3000/python/convert.git $DEMETER_HOME && \
|
|
|
|
+ rm -rf $DEMETER_HOME/runtime/mysql/* && \
|
|
curl -O https://fossies.org/linux/misc/poppler-data-0.4.9.tar.gz && \
|
|
curl -O https://fossies.org/linux/misc/poppler-data-0.4.9.tar.gz && \
|
|
tar -zxvf poppler-data-0.4.9.tar.gz && \
|
|
tar -zxvf poppler-data-0.4.9.tar.gz && \
|
|
cd poppler-data-0.4.9 && \
|
|
cd poppler-data-0.4.9 && \
|
|
make install datadir=/usr/share && \
|
|
make install datadir=/usr/share && \
|
|
|
|
+ mkdir /run/nginx/ && \
|
|
|
|
+ rm -rf /etc/nginx/conf.d/default.conf && \
|
|
apk del curl make cmake gcc g++ python-dev
|
|
apk del curl make cmake gcc g++ python-dev
|
|
|
|
|
|
EXPOSE 8087 8088 80 443
|
|
EXPOSE 8087 8088 80 443
|