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

Commit 3f22111

Browse files
committed
remove execstack command, no longer required
1 parent be2a556 commit 3f22111

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@ RUN \
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)