forked from verdnatura/hedera-web
Dependency fixes
This commit is contained in:
parent
1fb65632c6
commit
9adc545f08
|
@ -25,6 +25,14 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
|
||||||
|
|
||||||
RUN a2dissite 000-default
|
RUN a2dissite 000-default
|
||||||
|
|
||||||
|
# Package php-text-captcha is not included in buster
|
||||||
|
RUN echo "deb http://ftp.es.debian.org/debian sid main" \
|
||||||
|
> /etc/apt/sources.list.d/sid.list \
|
||||||
|
&& apt-get update \
|
||||||
|
&& apt-get install php-text-captcha \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
&& rm /etc/apt/sources.list.d/sid.list
|
||||||
|
|
||||||
ARG BUILD_ID=unknown
|
ARG BUILD_ID=unknown
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y hedera-web \
|
&& apt-get install -y hedera-web \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.85) stable; urgency=low
|
hedera-web (1.406.86) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ Vcs-Git: https://git.verdnatura.es/hedera-web
|
||||||
|
|
||||||
Package: hedera-web
|
Package: hedera-web
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: apache2 | httpd, nodejs, php-cli, php-vn-lib, php-apcu, php-ldap, php-ssh2, php-imap, php-soap, libphp-phpmailer, php-gd
|
Depends: apache2 | httpd, nodejs, php-cli, php-vn-lib, php-apcu, php-ldap, php-ssh2, php-imap, php-soap, libphp-phpmailer, php-gd, php-pear
|
||||||
Suggests: php-text-captcha
|
Suggests: php-text-captcha
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.85",
|
"version": "1.406.86",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue