Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 95eb229

Browse files
authored
Merge pull request #23 from linuxserver/repo-change
Repo Change
2 parents a380dfb + 3f22111 commit 95eb229

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@ ARG DEBIAN_FRONTEND="noninteractive"
1010

1111
# install packages
1212
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 && \
1414
apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 && \
1515
apt-get update && \
1616
apt-get install -y \
17-
execstack \
1817
openjdk-8-jre-headless \
1918
unifi \
2019
wget && \
2120

22-
# fix execstack warning on library
23-
execstack -c \
24-
/usr/lib/unifi/lib/native/Linux/amd64/libubnt_webrtc_jni.so && \
25-
2621
# cleanup
2722
apt-get clean && \
2823
rm -rf \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
9595

9696
## Versions
9797

98+
+ **05.07.17:** Change repo to stable. Remove execstack command, no longer required.
9899
+ **18.03.17:** Fix execstack warning.
99100
+ **14.10.16:** Add version layer information.
100101
+ **20.09.16** Bump to pick up ver 5.27.

0 commit comments

Comments
 (0)