forked from verdnatura/hedera-web
Deps fixed
This commit is contained in:
parent
9adc545f08
commit
1cc2f76ffa
|
@ -26,12 +26,12 @@ 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
|
# Package php-text-captcha is not included in buster
|
||||||
RUN echo "deb http://ftp.es.debian.org/debian sid main" \
|
RUN echo "deb http://ftp.es.debian.org/debian stretch main" \
|
||||||
> /etc/apt/sources.list.d/sid.list \
|
> /etc/apt/sources.list.d/stretch.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install php-text-captcha \
|
&& apt-get install -y --no-install-recommends php-text-captcha \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& rm /etc/apt/sources.list.d/sid.list
|
&& rm /etc/apt/sources.list.d/stretch.list
|
||||||
|
|
||||||
ARG BUILD_ID=unknown
|
ARG BUILD_ID=unknown
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.86) stable; urgency=low
|
hedera-web (1.406.87) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.86",
|
"version": "1.406.87",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue