From e16314e6cb7094584d6868acbb98259326d1f606 Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Wed, 21 Nov 2018 14:11:21 +0100 Subject: [PATCH] Update Dockerfile --- pica-etherpad/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile index 3c3e9c6b..ac8d4bb9 100644 --- a/pica-etherpad/Dockerfile +++ b/pica-etherpad/Dockerfile @@ -1,5 +1,5 @@ # 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 && \ -- GitLab