summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index b8fcaf31..0f88fe91 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -1,5 +1,8 @@
FROM archlinux/base
+RUN mkdir -p /etc/pacman.d/hooks \
+ && ln -s /dev/null /etc/pacman.d/hooks/30-systemd-tmpfiles.hook
+
RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm \