Skip to content

Commit

Permalink
Fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Apr 10, 2022
1 parent a0a5f5b commit 1523fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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 && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install php php-curl php-cli -yqq
apt install php php-curl php-cli -yqq

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

0 comments on commit 1523fee

Please sign in to comment.