summarylogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7b3433001386..cf0541aadd70 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM registry.hub.docker.com/library/archlinux:latest
-RUN pacman -Sy zsh git rsync sudo fakeroot --noconfirm
+RUN pacman -Sy zsh git rsync sudo fakeroot patch vim --noconfirm
RUN useradd -ms /usr/bin/zsh work && \
usermod -aG wheel work
RUN echo '%wheel ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers