Add more common libs to basic Alpine image
This commit is contained in:
parent
b5eabcb311
commit
a9a930b37b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user