This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
FROM archlinux:base-devel
|
||||
|
||||
RUN cat > /etc/pacman.d/mirrorlist <<'EOF'
|
||||
Server = https://archlinux.cs.nycu.edu.tw/$repo/os/$arch
|
||||
EOF
|
||||
|
||||
RUN cat >> /etc/pacman.conf <<'EOF'
|
||||
[custom]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = http://repo.konchin.com/$repo/os/$arch
|
||||
EOF
|
||||
|
||||
RUN pacman-key --init && pacman-key --populate
|
||||
RUN pacman -Syu --needed --noconfirm nodejs minio-client git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user