Skip to content

Commit 8c59a34

Browse files
authored
Fixes GPG issues with box64-deps for ARM64 (#313)
1 parent 9fae57b commit 8c59a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN if [ "$ARCH" = "arm64" ] ; then \
1818
apt-get update && \
1919
DEBIAN_FRONTEND=noninteractive apt-get install -y debian-keyring && \
2020
curl -L https://ryanfortner.github.io/box64-debs/box64.list -o /etc/apt/sources.list.d/box64.list && \
21-
curl -L https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor > /usr/share/keyrings/box64-debs-archive-keyring.gpg && \
21+
curl -L https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg && \
2222
apt-get update && \
2323
DEBIAN_FRONTEND=noninteractive apt-get install -y box64 \
2424
&& apt-get clean \

0 commit comments

Comments
 (0)