Fixed script in Dockerfile. (#269)

This commit is contained in:
Nikita Khromov
2021-03-12 13:55:36 +03:00
committed by GitHub
parent 66aa92eab9
commit c2550f7f91

View File

@ -2,7 +2,7 @@ FROM onlyoffice/documentserver:latest
RUN apt-get update -y && \
apt-get install git -y \
openjdk-11-jdk -y \
npm -y \
npm -y && \
npm install -g grunt-cli -y && \
git clone --depth 1 https://github.com/ONLYOFFICE/build_tools.git var/www/onlyoffice/documentserver/build_tools && \
rm -rf /var/lib/apt/lists/*