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 1523fee commit a5a4974
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 @@ -7,12 +7,11 @@ 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 install fping -yqq
# apt install php php-curl php-cli -yqq

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

EXPOSE 7020

Expand Down
2 changes: 1 addition & 1 deletion broadlinkmanager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0

0 comments on commit a5a4974

Please sign in to comment.