Skip to content

Commit

Permalink
arm64 now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekap authored Jan 9, 2025
1 parent 2763f86 commit 0b0f86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b0f86e

Please sign in to comment.