From 1cdd2e33f33c1d8b7b01ce42a7e150d842a9855e Mon Sep 17 00:00:00 2001 From: Tomer Klein Date: Sun, 10 Apr 2022 19:44:09 +0300 Subject: [PATCH] Add PHP for good things come --- Dockerfile | 2 +- broadlinkmanager/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 759ad06..086f2db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV ENABLE_GOOGLE_ANALYTICS=True RUN apt update && \ apt install fping -yqq && \ - apt install php php-curl php-cli -yqq + DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install php php-curl php-cli -yqq #Create working directory RUN mkdir -p /opt/broadlinkmanager/data diff --git a/broadlinkmanager/VERSION b/broadlinkmanager/VERSION index e230c83..1e20ec3 100644 --- a/broadlinkmanager/VERSION +++ b/broadlinkmanager/VERSION @@ -1 +1 @@ -5.3.0 \ No newline at end of file +5.4.0 \ No newline at end of file