Add plugin padwiki by default
This commit is contained in:
parent
0f9bcaeb10
commit
e36c28ad9a
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
|
||||||
|
|
||||||
ENV ETHERPAD_VERSION 1.7.5
|
ENV ETHERPAD_VERSION 1.7.5
|
||||||
|
|
||||||
|
# RUN = docker run ... + docker commit
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl unzip mysql-client python netcat && \
|
apt-get install -y curl unzip mysql-client python netcat && \
|
||||||
rm -r /var/lib/apt/lists/*
|
rm -r /var/lib/apt/lists/*
|
||||||
|
@ -27,7 +28,7 @@ RUN bin/installDeps.sh && rm settings.json && \
|
||||||
chmod +x /entrypoint.sh && \
|
chmod +x /entrypoint.sh && \
|
||||||
sed -i 's/^node/exec\ node/' bin/run.sh && \
|
sed -i 's/^node/exec\ node/' bin/run.sh && \
|
||||||
ln -s var/settings.json settings.json && \
|
ln -s var/settings.json settings.json && \
|
||||||
npm install ep_author_neat ep_headings2 ep_set_title_on_pad ep_adminpads ep_mypads
|
npm install ep_author_neat ep_headings2 ep_set_title_on_pad ep_adminpads ep_mypads padwiki
|
||||||
|
|
||||||
VOLUME /opt/etherpad-lite/var
|
VOLUME /opt/etherpad-lite/var
|
||||||
EXPOSE 9001
|
EXPOSE 9001
|
||||||
|
|
Loading…
Reference in a new issue