From 7347aaf6d54387bf61cff219d65c7b3b0603cff3 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 21 Jan 2023 02:47:26 +0100 Subject: [PATCH] Add sudo to standard toolchain --- src/constants.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.conf b/src/constants.conf index ecde0f0..be08b75 100644 --- a/src/constants.conf +++ b/src/constants.conf @@ -8,4 +8,4 @@ # This file contains the project constants on container level # Define your (administrative) tools, you always want to have installed into your LXC container -LXC_TOOLSET_BASE="lsb-release curl dirmngr git gnupg2 apt-transport-https software-properties-common wget" \ No newline at end of file +LXC_TOOLSET_BASE="sudo lsb-release curl dirmngr git gnupg2 apt-transport-https software-properties-common wget" \ No newline at end of file