Browse code

Fix #9462

Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)

Zoltan Tombol authored on 2014/12/12 11:25:14
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ expect <<EOF
36 36
 	}
37 37
 EOF
38 38
 
39
-arch-chroot $ROOTFS /bin/sh -c "haveged -w 1024; pacman-key --init; pkill haveged; pacman -Rs --noconfirm haveged; pacman-key --populate archlinux"
39
+arch-chroot $ROOTFS /bin/sh -c "haveged -w 1024; pacman-key --init; pkill haveged; pacman -Rs --noconfirm haveged; pacman-key --populate archlinux; pkill gpg-agent"
40 40
 arch-chroot $ROOTFS /bin/sh -c "ln -s /usr/share/zoneinfo/UTC /etc/localtime"
41 41
 echo 'en_US.UTF-8 UTF-8' > $ROOTFS/etc/locale.gen
42 42
 arch-chroot $ROOTFS locale-gen