Skip to content

Commit 1cec9eb

Browse files
Change Raspberry Pi GPG key source to GitHub
Updated the Raspberry Pi repository key URL to use GitHub.
1 parent eaf2f95 commit 1cec9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian-armv6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update
2020

2121
# adding raspberrypi repository
2222
RUN apt-get -y install --no-install-recommends ca-certificates curl gnupg; \
23-
curl -fsSL http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | gpg --dearmor -o /usr/share/keyrings/raspberrypi-archive-keyring.gpg; \
23+
curl -fsSL https://github.com/raspberrypi/rpi-image-gen/raw/master/keydir/raspberrypi-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/raspberrypi-archive-keyring.gpg; \
2424
echo "deb [signed-by=/usr/share/keyrings/raspberrypi-archive-keyring.gpg] http://archive.raspberrypi.org/debian/ ${SUITE} main" > /etc/apt/sources.list.d/raspi.list; \
2525
apt-get update
2626

0 commit comments

Comments
 (0)