ci: fix docker ci (#2745)

* ci: fix permission
This commit is contained in:
Nathan.fooo
2023-06-09 19:48:16 +08:00
committed by GitHub
parent e9be37a961
commit 133ac72317

View File

@ -3,6 +3,7 @@
#================
FROM archlinux/archlinux:base-devel as builder
RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo
# Upgrade the system
RUN pacman -Syyu --noconfirm