summaryrefslogtreecommitdiffstats
path: root/molecule/archlinux/Dockerfile.j2
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-12 17:17:30 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-12 17:17:30 +0200
commit106d97feceb2e406a00cea8c7d9ae296cda2d115 (patch)
tree3f905af228e6e66fa2f8a6f28e6d1b087a37c029 /molecule/archlinux/Dockerfile.j2
parent9562e9de569684b7b3fa6eb0dc07900588c28252 (diff)
Fix the testing of gateway role in containers/CI
Diffstat (limited to 'molecule/archlinux/Dockerfile.j2')
-rw-r--r--molecule/archlinux/Dockerfile.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/molecule/archlinux/Dockerfile.j2 b/molecule/archlinux/Dockerfile.j2
index 1d5a1cd5..3dc35f2d 100644
--- a/molecule/archlinux/Dockerfile.j2
+++ b/molecule/archlinux/Dockerfile.j2
@@ -2,7 +2,7 @@ FROM docker.io/library/archlinux
ENV container docker
-RUN pacman -Syu --noconfirm --needed python3 \
+RUN pacman -Syu --noconfirm --needed python3 systemd udev \
&& pacman -Scc --noconfirm
RUN (cd /lib/systemd/system/sysinit.target.wants/; \
@@ -10,7 +10,6 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; \
rm -f /lib/systemd/system/multi-user.target.wants/*;\
rm -f /etc/systemd/system/*.wants/*;\
rm -f /lib/systemd/system/local-fs.target.wants/*; \
- rm -f /lib/systemd/system/sockets.target.wants/*udev*; \
rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
rm -f /lib/systemd/system/basic.target.wants/*;\
rm -f /lib/systemd/system/anaconda.target.wants/*;