Skip to content

Commit

Permalink
Update Dockerfile (junegunn#2662)
Browse files Browse the repository at this point in the history
`archlinux/base:latest`cannot be found
  • Loading branch information
Martin Jindra committed Dec 9, 2021
1 parent 13c8f3d commit 176ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 176ee69

Please sign in to comment.