From fa2c683e3e624db1df663ebd347e3e832e948823 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Sat, 29 Jun 2019 01:31:48 +0200 Subject: [PATCH] Install python2 along with python(3) Signed-off-by: Thomas Lauf --- test/docker/archlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker/archlinux b/test/docker/archlinux index 129ff5fd..4df04ccd 100644 --- a/test/docker/archlinux +++ b/test/docker/archlinux @@ -2,7 +2,7 @@ FROM archlinux/base RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Syyu --noconfirm -RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git libfaketime man +RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python python2 python2-dateutil git libfaketime man RUN pacman -S --noconfirm make gcc # Setup language environment