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