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