This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
FROM archlinux:base-devel
|
||||
|
||||
RUN >> /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