Dependencies fixed
gitea/hedera-web/master This commit looks good
Details
gitea/hedera-web/master This commit looks good
Details
This commit is contained in:
parent
23c19f1486
commit
ed45e02a82
|
@ -29,7 +29,9 @@ RUN a2dissite 000-default
|
||||||
RUN echo "deb http://ftp.es.debian.org/debian stretch main" \
|
RUN echo "deb http://ftp.es.debian.org/debian stretch main" \
|
||||||
> /etc/apt/sources.list.d/stretch.list \
|
> /etc/apt/sources.list.d/stretch.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends php-text-captcha \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
php-image-text \
|
||||||
|
php-text-captcha \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& rm /etc/apt/sources.list.d/stretch.list
|
&& rm /etc/apt/sources.list.d/stretch.list
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.89) stable; urgency=low
|
hedera-web (1.406.90) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.89",
|
"version": "1.406.90",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue