We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1523fee commit a5a4974Copy full SHA for a5a4974
Dockerfile
@@ -7,12 +7,11 @@ ENV ENABLE_GOOGLE_ANALYTICS=True
7
ENV DEBIAN_FRONTEND=noninteractive
8
ENV TZ=Etc/UTC
9
10
-RUN apt install fping -yqq && \
11
- apt install php php-curl php-cli -yqq
+RUN apt install fping -yqq
+ # apt install php php-curl php-cli -yqq
12
13
#Create working directory
14
-RUN mkdir /opt/broadlinkmanager
15
-RUN mkdir /opt/broadlinkmanager/data
+RUN mkdir -p /opt/broadlinkmanager/data
16
17
EXPOSE 7020
18
broadlinkmanager/VERSION
@@ -1 +1 @@
1
-5.1.0
+5.2.0
0 commit comments