Update dolideb/Dockerfile

This commit is contained in:
mezned 2024-08-19 14:54:23 +02:00
parent 3c205f7dfa
commit 7928ed50c6

View File

@ -4,9 +4,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Install DoliDeb # Install DoliDeb
RUN apk add --no-cache apache2 php php-mysqli php-curl php-json php-session php-xml php-mbstring php-gd php-intl php-zip curl bash \ RUN apk add --no-cache apache2 dolibarr
&& curl -L https://sourceforge.net/projects/dolibarr/files/latest/download | tar -xzf - -C /var/www/localhost/htdocs/ \
&& rm dolibarr.tar.gz
# Copy the run script # Copy the run script
COPY run.sh /run.sh COPY run.sh /run.sh