mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
docker: use full node(not slim) so we have terser support
This commit is contained in:
parent
f1e3aff72f
commit
fb163093e3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Author: muxator
|
||||
|
||||
FROM node:10-buster-slim
|
||||
FROM node:10-buster
|
||||
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
|
||||
|
||||
# plugins to install while building the container. By default no plugins are
|
||||
|
|
Loading…
Reference in a new issue