Skip to content
Snippets Groups Projects
Verified Commit dbb4e92e authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Add nano to final image to easy testing

parent a64f0c45
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment