summarylogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMateusz Galazyn2021-01-13 19:14:35 +0100
committerMateusz Galazyn2021-01-13 19:14:35 +0100
commitb84c155ffa86d5ddbf88290b3b15dbcb636ac1d1 (patch)
treedfe6f5a9ece0f89048402cb04353932464612e9a /Dockerfile
parent9f877a4b06ab9cc5e244e00b0065644df7c1cce7 (diff)
downloadaur-b84c155ffa86d5ddbf88290b3b15dbcb636ac1d1.tar.gz
Fix for incorrect /usr/lib/zim rights after zimfw install, fix for force update of login_init.zsh and init.zsh
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