Skip to content

Commit be16790

Browse files
committed
Update to Omada 4.4.4
1 parent 1c7c6e3 commit be16790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RUN export LC_ALL=C && \
1818
libcap-dev && \
1919
curl https://www.mongodb.org/static/pgp/server-3.6.asc | apt-key add - && \
2020
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" > /etc/apt/sources.list.d/mongodb-org.list && \
21+
ln -s /bin/true /usr/local/bin/systemctl && \
2122
apt-get update && \
2223
apt-get install -y --no-install-recommends \
2324
openjdk-8-jre-headless \

0 commit comments

Comments
 (0)