Merge pull request #270 from ONLYOFFICE/fix/dockerfile

Fix Dockerfile
This commit is contained in:
Nikita Khromov
2021-03-12 16:15:15 +03:00
committed by GitHub

View File

@ -1,6 +1,7 @@
FROM onlyoffice/documentserver:latest
RUN apt-get update -y && \
apt-get install git -y \
python -y \
openjdk-11-jdk -y \
npm -y && \
npm install -g grunt-cli -y && \