diff options
-rw-r--r-- | INSTALL/common.d/10_base | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base index 1000811..2400f1c 100644 --- a/INSTALL/common.d/10_base +++ b/INSTALL/common.d/10_base @@ -37,6 +37,8 @@ if [[ "$CONTAINER_TYPE" = "docker" ]]; then done done rm -f /lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount +elif [[ "$CONTAINER_TYPE" = "lxc" ]]; then + apt-get install -y gawk gcc g++ cpio make diffstat chrpath texinfo git-review fi # allow to use systemd as user (systemd --user) |