mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fixed script in Dockerfile. (#269)
This commit is contained in:
@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user