Disable install unauth app

This commit is contained in:
Alexey Golubev 2018-05-17 16:22:43 +03:00
parent d613f02ec2
commit a30463822e
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ ARG PRODUCT_NAME=onlyoffice-documentserver
RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
apt-get -y update && \
service postgresql start && \
apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \
apt-get -yq install $PRODUCT_NAME && \
service postgresql stop && \
service supervisor stop && \
chmod 755 /app/onlyoffice/*.sh && \