Skip to content
Snippets Groups Projects
Commit 08e57816 authored by PICHOU Kyâne's avatar PICHOU Kyâne
Browse files

Upgrade etherpad

parent 8de56b4f
No related branches found
No related tags found
No related merge requests found
FROM registry.picasoft.net:5000/pica-debian:latest
MAINTAINER antoine@barbare.me
ENV ETHERPAD_VERSION 1.6.0
ENV ETHERPAD_VERSION 1.6.1
#Installation de NodeJS + NPM
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs
RUN apt-get update && \
apt-get install -y unzip nodejs-legacy npm mysql-client supervisor && \
apt-get install -y unzip mysql-client supervisor && \
rm -r /var/lib/apt/lists/*
WORKDIR /opt/
......
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