This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,14 @@ ARG DEBIAN_FRONTEND="noninteractive"
10
10
11
11
# install packages
12
12
RUN \
13
- echo "deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti" >> /etc/apt/sources.list && \
13
+ echo "deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti" >> /etc/apt/sources.list && \
14
14
apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 && \
15
15
apt-get update && \
16
16
apt-get install -y \
17
- execstack \
18
17
openjdk-8-jre-headless \
19
18
unifi \
20
19
wget && \
21
20
22
- # fix execstack warning on library
23
- execstack -c \
24
- /usr/lib/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so && \
25
-
26
21
# cleanup
27
22
apt-get clean && \
28
23
rm -rf \
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
95
95
96
96
## Versions
97
97
98
+ + ** 05.07.17:** Change repo to stable. Remove execstack command, no longer required.
98
99
+ ** 18.03.17:** Fix execstack warning.
99
100
+ ** 14.10.16:** Add version layer information.
100
101
+ ** 20.09.16** Bump to pick up ver 5.27.
You can’t perform that action at this time.
0 commit comments