|
@@ -7,7 +7,7 @@ ENV DEMETER_CONF=env
|
|
ENV PATH=$PATH:$DEMETER_HOME
|
|
ENV PATH=$PATH:$DEMETER_HOME
|
|
|
|
|
|
|
|
|
|
-RUN echo -e '@testing http://mirrors.ustc.edu.cn/alpine/edge/community' >> /etc/apk/repositories
|
|
|
|
|
|
+RUN echo -e '@community 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@community imagemagick6-dev@community && \
|
|
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 --upgrade pip && \
|