setup-ubuntu.sh: libncurses5-dev used by mariadb

The docker image has been updated, run scripts/update-docker.sh.
This commit is contained in:
Fredrik Fornwall 2017-05-09 17:00:42 +02:00
parent 7cf7800991
commit 7dfc98bfe0
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
PACKAGES+=" python3.6"
PACKAGES+=" tar"