unifi-docker/Dockerfile

7 lines
339 B
Docker
Raw Normal View History

2022-10-23 20:07:30 +02:00
FROM jacobalberty/unifi:latest
2019-10-04 21:49:51 +02:00
2023-09-16 19:27:18 +02:00
# pre release version to fix USG DNS https://community.ui.com/releases/UniFi-Network-Application-7-5-176/7f7680e3-cc36-4a05-8502-38bb774384f9
RUN curl -L -o ./unifi.deb "https://dl.ui.com/unifi/7.5.176-1136930355/unifi_sysvinit_all.deb" && apt -qy install ./unifi.deb && rm -f ./unifi.deb
2019-10-04 21:49:51 +02:00
HEALTHCHECK NONE