Skip to content
Snippets Groups Projects
Commit 9c96a459 authored by Michael Thaler's avatar Michael Thaler
Browse files

Update Containerfile

parent 80a7f37e
No related branches found
No related tags found
1 merge request!6cryptpad now requires onlyoffice to be installed separately
Pipeline #31313 passed
......@@ -38,7 +38,7 @@ COPY --from=build --chown=cryptpad /cryptpad /cryptpad
##### cryptpad onlyoffice block
# curl is a requirement for next operation
RUN apt-get install -y curl less
RUN apt-get install -y curl less git
#onlyoffice is a separate installation as of https://github.com/cryptpad/cryptpad/releases/tag/2024.3.0
RUN /cryptpad/install-onlyoffice.sh -a
#### end cryptpad onlyoffice block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment