summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2017-11-01 11:03:46 +0100
committerPierre Schmitz <pierre@archlinux.de>2017-11-01 11:03:46 +0100
commit1cad51c5af4b0aa1e1196d737edaa00938af937f (patch)
tree621a481884f528c31b6a5cc283bfe1ec2cd0ad8e
parent8aa1244d2b3d2320dd46c15c633170fa05126e6a (diff)
Install required packages for testing
-rw-r--r--test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile b/test/Dockerfile
index cffebf6..3913f00 100644
--- a/test/Dockerfile
+++ b/test/Dockerfile
@@ -1,5 +1,5 @@
FROM archlinux/base
-RUN pacman -Syu --noconfirm sudo fakeroot awk subversion make kcov bash-bats
+RUN pacman -Syu --noconfirm --needed sudo fakeroot awk subversion make kcov bash-bats gettext grep
RUN pacman-key --init
RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/wheel
RUN useradd -N -g users -G wheel -m tester