From 36c7abf2e1140b3f5c7bc28862bccf108d3415ac Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 9 Aug 2022 10:54:13 -0400 Subject: [PATCH] adding binary and build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c2e5d6..eb76cd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN deb http://www.ui.com/downloads/unifi/debian unifi-5.6 ubiquiti && \ echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" >/etc/apt/sources.list.d/mongodb-org-3.4.list # update then install -COPY ["unifi_sysvinit_all.deb"] +# COPY ["unifi_sysvinit_all.deb"] RUN apt-get update -q -y && \ # apt install -y ./unifi_sysvinit_all.deb apt-get install -y unifi