etherpad: save some space
This commit is contained in:
parent
ec8ccd6439
commit
00dcd7603e
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ ENV PYTHON /usr/bin/python3
|
||||||
RUN cd /srv/etherpad \
|
RUN cd /srv/etherpad \
|
||||||
&& ln -s /usr/bin/python3 /usr/bin/python \
|
&& ln -s /usr/bin/python3 /usr/bin/python \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& npm install sqlite3
|
&& npm install sqlite3 \
|
||||||
|
&& rm -rf /srv/etherpad/.git
|
||||||
|
|
||||||
|
# The rm -rf there is to save some space in the resulting container
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue