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 6fc70ec commit f02225cCopy full SHA for f02225c
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
36
su - build -c "cd /tmp/oras && makepkg -f" && \
37
pacman --noconfirm -U /tmp/oras/oras-*.pkg.tar.zst \
38
&& \
39
- pacman -R go
+ pacman --noconfirm -Rdd go || true
40
41
# Auto add PGP keys for users
42
RUN mkdir -p /etc/gnupg/ && echo -e "keyserver-options auto-key-retrieve" >> /etc/gnupg/gpg.conf
0 commit comments