Skip to content

Commit

Permalink
Remove php packages
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed Dec 5, 2023
1 parent 5a7a1b6 commit 96ebae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV PYTHONIOENCODING=utf-8
ENV ENABLE_GOOGLE_ANALYTICS=True

RUN apt update && \
apt install fping -yqq && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install php php-curl php-cli -yqq
apt install fping -yqq
# DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC 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
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.1
5.2.0

0 comments on commit 96ebae3

Please sign in to comment.