diff options
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 41ec2a73..d958a501 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -4,17 +4,11 @@ RUN dd if=/dev/zero of=/root/loop.img bs=1024 count=1048576 RUN pacman -Syu --noconfirm \ && pacman -S --noconfirm \ + base \ base-devel \ git \ - patch \ - make \ - fakeroot \ - binutils \ expac \ jshon \ - sudo \ - systemd \ - pkgconf \ && (pacman -Sc --noconfirm || true) RUN useradd -r -d / packer \ |