From fe5645c30a5598dd7a82544a9e3348f379950d76 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 24 Oct 2024 22:50:55 +0200 Subject: [PATCH] refs #809 install pip --- .dockerignore | 3 +++ mkoglive.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index a66a176..01ed5e6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,3 +10,6 @@ ogclient/ ogclientImg2Sqfs ogclientSqfs2Img **/*.swp + +## the following is used in the jenkins job +opengnsys-repo diff --git a/mkoglive.cfg b/mkoglive.cfg index bd0fe9e..ca7cbe0 100644 --- a/mkoglive.cfg +++ b/mkoglive.cfg @@ -130,4 +130,4 @@ xwindows = #roxterm gparted #+80M #openbox midori #xvesa en compilacion -oggit = python3 python3-git python3-xattr python3-libarchive-c python3-pylibacl +oggit = python3 python3-git python3-xattr python3-libarchive-c python3-pylibacl python3-pip