Add sudo to standard toolchain

This commit is contained in:
thorstenspille 2023-01-21 02:47:26 +01:00
parent 1d4de5ede7
commit 7347aaf6d5

View File

@ -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"
LXC_TOOLSET_BASE="sudo lsb-release curl dirmngr git gnupg2 apt-transport-https software-properties-common wget"