dever 6 years ago
parent
commit
7cfa41fd6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docker/build/office/convert/Dockerfile

+ 1 - 1
src/docker/build/office/convert/Dockerfile

@@ -9,7 +9,7 @@ ENV PATH=$PATH:$DEMETER_HOME
 
 RUN echo -e '@testing http://mirrors.ustc.edu.cn/alpine/edge/community' >> /etc/apk/repositories
 
-RUN apk add --no-cache --update git curl nginx gcc g++ python-dev py-pip make cmake openssl-dev libffi-dev imagemagick6 imagemagick6-dev && \
+RUN apk add --no-cache --update git curl nginx gcc g++ python-dev py-pip make cmake openssl-dev libffi-dev imagemagick6@community imagemagick6-dev@community && \
 	pip install --upgrade pip && \
 	pip install gevent==1.2 && \
 	pip install redis && \