From 024195e1b201025f3a2514c7385cc85f5277a8da Mon Sep 17 00:00:00 2001 From: Fab Date: Mon, 14 Sep 2026 19:12:40 +0200 Subject: [PATCH] suppr la maj manuelle du plugin de facturation dans paheko. tout est compris dans la 1.3.23 --- dockers/paheko/Dockerfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dockers/paheko/Dockerfile b/dockers/paheko/Dockerfile index 26bf084..6d0b3da 100644 --- a/dockers/paheko/Dockerfile +++ b/dockers/paheko/Dockerfile @@ -17,13 +17,12 @@ RUN docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp RUN docker-php-ext-install gd #Plugin facturation (le seul qui ne fasse pas parti de la distribution de base -RUN apt-get install unzip -COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/ -WORKDIR ${PAHEKO_DIR}/data/plugins/ -RUN unzip ${PAHEKO_DIR}/data/plugins/facturation.zip -WORKDIR / - -#RUN mkdir ${PAHEKO_DIR}/data/plugins/facturation && tar zxvf ${PAHEKO_DIR}/data/plugins/facturation.tar.gz -C ${PAHEKO_DIR}/data/plugins/facturation && rm ${PAHEKO_DIR}/data/plugins/facturation.tar.gz +#obsolete depuis la 1.3.23 +#RUN apt-get install unzip +#COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/ +#WORKDIR ${PAHEKO_DIR}/data/plugins/ +#RUN unzip ${PAHEKO_DIR}/data/plugins/facturation.zip +#WORKDIR / #install cron pour factory_cron.sh RUN apt-get install cron joe rsyslog -y