Skip to content

Commit 1cdd2e3

Browse files
committed
Add PHP for good things come
1 parent 267f86b commit 1cdd2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV ENABLE_GOOGLE_ANALYTICS=True
77

88
RUN apt update && \
99
apt install fping -yqq && \
10-
apt install php php-curl php-cli -yqq
10+
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install php php-curl php-cli -yqq
1111

1212
#Create working directory
1313
RUN mkdir -p /opt/broadlinkmanager/data

broadlinkmanager/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.4.0

0 commit comments

Comments
 (0)