From f23f9536203345615552c9b36acb6620905fde22 Mon Sep 17 00:00:00 2001 From: Florian Eitel Date: Sat, 16 Sep 2023 19:27:18 +0200 Subject: [PATCH] Use prerelease - another try --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b1af5b..eccb4fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -# pre release version to fix USG DNS https://community.ui.com/releases/UniFi-Network-Application-7-5-176/7f7680e3-cc36-4a05-8502-38bb774384f9 -ARG PKGURL=https://dl.ui.com/unifi/7.5.176-1136930355/unifi_sysvinit_all.deb FROM jacobalberty/unifi:latest +# 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 + HEALTHCHECK NONE