Update Dockerfile (#2662)

`archlinux/base:latest`cannot be found
This commit is contained in:
Martin Jindra 2021-12-09 03:05:12 +01:00 committed by GitHub
parent 13c8f3d3aa
commit 176ee6910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM archlinux/base:latest
FROM 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