Skip to content
Snippets Groups Projects
Commit e16314e6 authored by Igor Witz's avatar Igor Witz
Browse files

Update Dockerfile

parent 09e14d6d
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
# déclaration unique des variables d'environnement
FROM node:10.11.0-slim as base
FROM node:10-slim as base
LABEL maintainer="antoine@barbare.me"
ARG ETHERPAD_VERSION_BUILD=1.7.0
......@@ -60,6 +60,7 @@ FROM base
COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
RUN apt-get update && \
apt-get remove curl -y && \
apt-get install -y mysql-client && \
chmod +x /opt/etherpad-lite/entrypoint.sh && \
mkdir -p /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