From a9a930b37b0c5a0dba3a39ea2ca6d4175e9ebf42 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 17 Nov 2019 21:40:14 +0100 Subject: [PATCH] Add more common libs to basic Alpine image --- lxc-shared/alpine3.8/lxcfile | 4 ++-- lxc-shared/alpine3.9/lxcfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lxc-shared/alpine3.8/lxcfile b/lxc-shared/alpine3.8/lxcfile index 07e1476..4f5ecb9 100644 --- a/lxc-shared/alpine3.8/lxcfile +++ b/lxc-shared/alpine3.8/lxcfile @@ -6,8 +6,8 @@ RUN EOF # Update packages apk --no-cache upgrade - # Install s6 supervisor - apk --no-cache add libressl libxml2 libxslt ncurses-libs readline s6 + # Install common packages + apk --no-cache add libbz2 libgcc libressl libstdc++ libxml2 libxslt ncurses-libs pcre readline s6 xz-libs # Cleanup rm -rf /etc/crontabs/root /etc/periodic diff --git a/lxc-shared/alpine3.9/lxcfile b/lxc-shared/alpine3.9/lxcfile index 8972ab0..6f3a04c 100644 --- a/lxc-shared/alpine3.9/lxcfile +++ b/lxc-shared/alpine3.9/lxcfile @@ -7,8 +7,8 @@ RUN EOF # Update packages apk --no-cache upgrade - # Install s6 supervisor - apk --no-cache add libressl libxml2 libxslt ncurses-libs readline s6 + # Install common packages + apk --no-cache add libbz2 libgcc libressl libstdc++ libxml2 libxslt ncurses-libs pcre readline s6 xz-libs # Cleanup rm -rf /etc/crontabs/root /etc/periodic