Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Pads
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TeDomum
Pads
Commits
0d0af3a5
Commit
0d0af3a5
authored
Oct 19, 2020
by
Angedestenebres
🐈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add libreoffice export
parent
299bd962
Pipeline
#2113
passed with stage
in 5 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Dockerfile
Dockerfile
+5
-1
No files found.
Dockerfile
View file @
0d0af3a5
...
...
@@ -24,7 +24,10 @@ ENV NODE_ENV=production
#
# Running as non-root enables running this image in platforms like OpenShift
# that do not allow images running as root.
RUN
useradd
--uid
5001
--create-home
etherpad
RUN
useradd
--uid
5001
--create-home
etherpad
&&
\
mkdir
-p
/usr/share/man/man1
RUN
apt-get update
&&
apt-get
install
-y
libreoffice
RUN
mkdir
/opt/etherpad-lite
&&
chown
etherpad:0 /opt/etherpad-lite
...
...
@@ -50,5 +53,6 @@ COPY --chown=etherpad:0 ./settings.json.docker /opt/etherpad-lite/settings.json
# Fix permissions for root group
RUN
chmod
-R
g
=
u .
ENV
SOFFICE=/usr/bin/soffice
EXPOSE
9001
CMD
["node", "node_modules/ep_etherpad-lite/node/server.js"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment