Install ncurses-libs by default in basic Alpine images
This commit is contained in:
parent
846a85e939
commit
2ea88cabce
@ -7,7 +7,7 @@ RUN EOF
|
|||||||
apk --no-cache upgrade
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt s6
|
apk --no-cache add libxml2 libxslt ncurses-libs s6
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
|
@ -8,7 +8,7 @@ RUN EOF
|
|||||||
apk --no-cache upgrade
|
apk --no-cache upgrade
|
||||||
|
|
||||||
# Install s6 supervisor
|
# Install s6 supervisor
|
||||||
apk --no-cache add libxml2 libxslt s6
|
apk --no-cache add libxml2 libxslt ncurses-libs s6
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm -rf /etc/crontabs/root /etc/periodic
|
rm -rf /etc/crontabs/root /etc/periodic
|
||||||
|
Loading…
Reference in New Issue
Block a user