Skip to content

Commit f02225c

Browse files
committed
Fix package removal causing failure
1 parent 6fc70ec commit f02225c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.con
3636
su - build -c "cd /tmp/oras && makepkg -f" && \
3737
pacman --noconfirm -U /tmp/oras/oras-*.pkg.tar.zst \
3838
&& \
39-
pacman -R go
39+
pacman --noconfirm -Rdd go || true
4040

4141
# Auto add PGP keys for users
4242
RUN mkdir -p /etc/gnupg/ && echo -e "keyserver-options auto-key-retrieve" >> /etc/gnupg/gpg.conf

0 commit comments

Comments
 (0)