From fb163093e3cf4ccd5d2b102c4d1ce50f639eedf5 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 7 Jun 2020 20:31:41 +0000 Subject: [PATCH] docker: use full node(not slim) so we have terser support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45601c876..56aeade15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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