Update Dockerfile

This commit is contained in:
Alexey Bannov 2015-04-17 19:12:25 +03:00
parent 62e0d686d5
commit 38db2b134e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
apt-get update && \
apt-get install --force-yes -yq software-properties-common && \
add-apt-repository -y ppa:builds/sphinxsearch-rel22 && \
echo "Start=No" >> /etc/init.d/sphinxsearch && \
apt-get install --force-yes -yq sphinxsearch onlyoffice-communityserver && \
rm -rf /var/lib/apt/lists/*