libtool is required for the container appbuild now.

This commit is contained in:
Dave Page 2021-02-10 10:21:06 +00:00
parent 4c660f2155
commit 751b6c28b5

View File

@ -23,6 +23,7 @@ RUN apk add --no-cache \
libc6-compat \ libc6-compat \
libjpeg-turbo-dev \ libjpeg-turbo-dev \
libpng-dev \ libpng-dev \
libtool \
make \ make \
nasm \ nasm \
nodejs \ nodejs \