diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile
index 6d5a1b53e107bc0e9756fd4dc8ce14aa4470298a..17c9ed97486f4161efa382bc219a9a0802977de2 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 && \