From dbb4e92e74f1acfcb6299a546edfef4f3e28c3f3 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Thu, 4 Jun 2020 19:24:49 +0200
Subject: [PATCH] [Etherpad] Add nano to final image to easy testing

---
 pica-etherpad/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile
index 6d5a1b53..17c9ed97 100644
--- a/pica-etherpad/Dockerfile
+++ b/pica-etherpad/Dockerfile
@@ -60,7 +60,7 @@ RUN useradd --uid ${UID} --create-home etherpad
 COPY --from=downloader --chown=etherpad /opt/etherpad-lite /opt/etherpad-lite/
 
 RUN apt-get update && \
-    apt-get install -y curl default-mysql-client postgresql-client && \
+    apt-get install -y curl nano default-mysql-client postgresql-client && \
     chmod +x /opt/etherpad-lite/entrypoint.sh && \
     usermod -d /opt/etherpad-lite etherpad && \
     chown -R etherpad /opt/etherpad-lite && \
-- 
GitLab