Update Dockerfile (#2662)

`archlinux/base:latest`cannot be found
pull/2691/head
Martin Jindra 2 years ago committed by GitHub
parent 13c8f3d3aa
commit 176ee6910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save