We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fae57b commit 8c59a34Copy full SHA for 8c59a34
Dockerfile
@@ -18,7 +18,7 @@ RUN if [ "$ARCH" = "arm64" ] ; then \
18
apt-get update && \
19
DEBIAN_FRONTEND=noninteractive apt-get install -y debian-keyring && \
20
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 && \
+ curl -L https://ryanfortner.github.io/box64-debs/KEY.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg && \
22
23
DEBIAN_FRONTEND=noninteractive apt-get install -y box64 \
24
&& apt-get clean \
0 commit comments