forked from verdnatura/hedera-web
Docker downgrade to stretch
This commit is contained in:
parent
ed45e02a82
commit
b7ce16b034
14
Dockerfile
14
Dockerfile
|
@ -1,4 +1,5 @@
|
||||||
FROM debian:buster-slim
|
# Not using buster because of bug: https://bugs.php.net/bug.php?id=78870
|
||||||
|
FROM debian:stretch-slim
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -25,19 +26,18 @@ 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
|
# Precaching dependencies
|
||||||
RUN echo "deb http://ftp.es.debian.org/debian stretch main" \
|
RUN apt-get update \
|
||||||
> /etc/apt/sources.list.d/stretch.list \
|
|
||||||
&& apt-get update \
|
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
php-image-text \
|
php-image-text \
|
||||||
php-text-captcha \
|
php-text-captcha \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
hedera-web
|
||||||
&& rm /etc/apt/sources.list.d/stretch.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 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
COPY config.my.php /etc/hedera-web/
|
||||||
|
|
||||||
CMD ["apachectl", "-D", "FOREGROUND"]
|
CMD ["apachectl", "-D", "FOREGROUND"]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.90) stable; urgency=low
|
hedera-web (1.406.91) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.90",
|
"version": "1.406.91",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue