Commit 442462bf authored by nanahira's avatar nanahira

Initial commit

parents
Pipeline #1755 canceled with stages
FROM archlinux
RUN echo 'Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch' > /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm babeld
CMD ["babeld"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment