From 3cf49371e11b70233d11fcaad7facaa86978ef50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 13:29:08 +0200 Subject: [PATCH] Install kernel in ares testing container --- test-in-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-in-docker.sh b/test-in-docker.sh index 7bf35ec..06ba9f5 100755 --- a/test-in-docker.sh +++ b/test-in-docker.sh @@ -40,7 +40,7 @@ test_ares() { # packages will stay in the container sed -i '"'"'s/^#\?\(CacheDir.*\)/\1\nCacheDir = \/var\/cache\/pacman\/pkg_host\//'"'"' /etc/pacman.conf - pacman -Syu --noconfirm python3 + pacman -Syu --noconfirm linux python3 mkdir /var/cache/pacman/pkg_host/ cd $(mktemp -d) tar xf /tmp/dotfiles.tar.gz -C .