0
1
Fork 0

Dependency fixes

This commit is contained in:
Juan Ferrer 2020-01-22 09:35:49 +01:00
parent 1fb65632c6
commit 9adc545f08
4 changed files with 11 additions and 3 deletions

View File

@ -25,6 +25,14 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
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
RUN apt-get update \
&& apt-get install -y hedera-web \

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.85) stable; urgency=low
hedera-web (1.406.86) stable; urgency=low
* Initial Release.

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Vcs-Git: https://git.verdnatura.es/hedera-web
Package: hedera-web
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
Section: misc
Priority: optional

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.85",
"version": "1.406.86",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {