From 0b0f86edb0b98295bfcfb717d3939b15d827185d Mon Sep 17 00:00:00 2001 From: Mike Kaplinskiy Date: Thu, 9 Jan 2025 12:35:16 -0800 Subject: [PATCH] arm64 now --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index e23952e..8ca1d96 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ apt install -y --no-install-recommends wget gnupg ca-certificates && \ echo "deb https://packages.adoptium.net/artifactory/deb $VERSION_CODENAME main" >> /etc/apt/sources.list && \ (wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add -) && \ - echo 'deb [arch=armhf] https://www.ui.com/downloads/unifi/debian stable ubiquiti' >> /etc/apt/sources.list && \ + echo 'deb [arch=arm64] https://www.ui.com/downloads/unifi/debian stable ubiquiti' >> /etc/apt/sources.list && \ wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg && \ apt update