Fix run developer docker

This commit is contained in:
Alexander Yuzhin
2022-11-29 11:30:05 +03:00
parent 2c407117dd
commit 9d17f14fbb

View File

@ -5,6 +5,8 @@ RUN apt-get update -y && \
openjdk-11-jdk -y \
npm -y && \
npm install -g grunt-cli -y && \
ln -s /usr/bin/python3 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip && \
git clone --depth 1 https://github.com/ONLYOFFICE/build_tools.git var/www/onlyoffice/documentserver/build_tools && \
sed -i '/documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}/d' /app/ds/run-document-server.sh && \
rm -rf /var/lib/apt/lists/*