suppr la maj manuelle du plugin de facturation dans paheko. tout est compris dans la 1.3.23
This commit is contained in:
@@ -17,13 +17,12 @@ RUN docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp
|
|||||||
RUN docker-php-ext-install gd
|
RUN docker-php-ext-install gd
|
||||||
|
|
||||||
#Plugin facturation (le seul qui ne fasse pas parti de la distribution de base
|
#Plugin facturation (le seul qui ne fasse pas parti de la distribution de base
|
||||||
RUN apt-get install unzip
|
#obsolete depuis la 1.3.23
|
||||||
COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/
|
#RUN apt-get install unzip
|
||||||
WORKDIR ${PAHEKO_DIR}/data/plugins/
|
#COPY "dockers/paheko/config/facturation.zip" ${PAHEKO_DIR}/data/plugins/
|
||||||
RUN unzip ${PAHEKO_DIR}/data/plugins/facturation.zip
|
#WORKDIR ${PAHEKO_DIR}/data/plugins/
|
||||||
WORKDIR /
|
#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
|
|
||||||
|
|
||||||
#install cron pour factory_cron.sh
|
#install cron pour factory_cron.sh
|
||||||
RUN apt-get install cron joe rsyslog -y
|
RUN apt-get install cron joe rsyslog -y
|
||||||
|
|||||||
Reference in New Issue
Block a user