Update Dockerfile: --platform=linux/amd64

This commit is contained in:
Junegunn Choi 2023-05-21 17:59:18 +09:00
parent 16b0aeda7d
commit 7514644e07
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 1 deletions

View File

@ -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