summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-02-03 15:00:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-02-03 15:00:21 +0900
commit293dd76af14ff47cde08281b0e2d5f7dd1ce46af (patch)
tree2dc6d43977863917729afced3bd5c283677aa9e4 /Dockerfile
parent3918c45ceda5e7c57d6832cdeedbfeb8f7a6444e (diff)
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d4178c71..27cca720 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM archlinux/base:latest
-RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make
+RUN pacman -Sy && pacman --noconfirm -S awk git tmux zsh fish ruby procps go make gcc
RUN gem install --no-document minitest
RUN echo '. /usr/share/bash-completion/completions/git' >> ~/.bashrc
RUN echo '. ~/.bashrc' >> ~/.bash_profile