Skip to content

Commit

Permalink
Add PHP for good things come
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Apr 10, 2022
1 parent a5a4974 commit 267f86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ LABEL maintainer="[email protected]"

ENV PYTHONIOENCODING=utf-8
ENV ENABLE_GOOGLE_ANALYTICS=True
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC

RUN apt install fping -yqq
# apt install php php-curl php-cli -yqq
RUN apt update && \
apt install fping -yqq && \
apt install php php-curl php-cli -yqq

#Create working directory
RUN mkdir -p /opt/broadlinkmanager/data
Expand Down
2 changes: 1 addition & 1 deletion broadlinkmanager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.3.0

0 comments on commit 267f86b

Please sign in to comment.