Update Dockerfile: --platform=linux/amd64

pull/3306/head
Junegunn Choi 12 months ago
parent 16b0aeda7d
commit 7514644e07
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -1,4 +1,4 @@
FROM archlinux
FROM --platform=linux/amd64 archlinux
RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make gcc
RUN gem install --no-document -v 5.14.2 minitest
RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc

Loading…
Cancel
Save