Add more common libs to basic Alpine image

This commit is contained in:
Disassembler 2019-11-17 21:40:14 +01:00
parent b5eabcb311
commit a9a930b37b
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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