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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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