From 0158a4fa02edc31a449c01f5ba26b22ced976941 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 7 Jun 2020 20:36:52 +0000 Subject: [PATCH] Revert "docker: use full node(not slim) so we have terser support" This reverts commit fb163093e3cf4ccd5d2b102c4d1ce50f639eedf5. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56aeade15..45601c876 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # Author: muxator -FROM node:10-buster +FROM node:10-buster-slim LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite" # plugins to install while building the container. By default no plugins are