diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 400c3e28..21c3dfa6 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -23,6 +23,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ ca-certificates-utils \ && pacman -Syu --noconfirm --ask=4 \ && pacman -S --needed --noconfirm --ask=4 \ + base-devel \ autoconf-archive \ help2man \ m4 \ |