Update Dockerfile

This commit is contained in:
Alexey Golubev 2016-07-01 16:19:10 +03:00 committed by GitHub
parent fd1fc534b5
commit 97f1c087a2

@ -29,7 +29,7 @@ ADD run-document-server.sh /app/onlyoffice/run-document-server.sh
EXPOSE 80 443
RUN echo "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentserver/{{GIT_TAG}}/{{PACKAGE_VERSION}}/ repo/" | tee /etc/apt/sources.list.d/onlyoffice.list && \
RUN echo "deb http://repo-doc-onlyoffice-com.s3.amazonaws.com/ubuntu/trusty/onlyoffice-documentserver/{{GIT_BRANCH}}/{{PACKAGE_VERSION}}/ repo/" | tee /etc/apt/sources.list.d/onlyoffice.list && \
apt-get -y update && \
service mysql start && \
apt-get --force-yes -yq install onlyoffice-documentserver && \