Update dolideb/Dockerfile
This commit is contained in:
parent
4fc2415a89
commit
3c205f7dfa
@ -5,8 +5,7 @@ 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 php php-mysqli php-curl php-json php-session php-xml php-mbstring php-gd php-intl php-zip curl bash \
|
||||||
&& curl -LO https://sourceforge.net/projects/dolibarr/files/latest/download -o dolibarr.tar.gz \
|
&& curl -L https://sourceforge.net/projects/dolibarr/files/latest/download | tar -xzf - -C /var/www/localhost/htdocs/ \
|
||||||
&& tar xzf dolibarr.tar.gz -C /var/www/localhost/htdocs/ \
|
|
||||||
&& rm dolibarr.tar.gz
|
&& rm dolibarr.tar.gz
|
||||||
|
|
||||||
# Copy the run script
|
# Copy the run script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user