Skip to content

Commit a5a4974

Browse files
committed
Fix docker file
1 parent 1523fee commit a5a4974

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ ENV ENABLE_GOOGLE_ANALYTICS=True
77
ENV DEBIAN_FRONTEND=noninteractive
88
ENV TZ=Etc/UTC
99

10-
RUN apt install fping -yqq && \
11-
apt install php php-curl php-cli -yqq
10+
RUN apt install fping -yqq
11+
# apt install php php-curl php-cli -yqq
1212

1313
#Create working directory
14-
RUN mkdir /opt/broadlinkmanager
15-
RUN mkdir /opt/broadlinkmanager/data
14+
RUN mkdir -p /opt/broadlinkmanager/data
1615

1716
EXPOSE 7020
1817

broadlinkmanager/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

0 commit comments

Comments
 (0)