diff --git a/guac-install-server.sh b/guac-install-server.sh index 116588b..868f31b 100755 --- a/guac-install-server.sh +++ b/guac-install-server.sh @@ -37,7 +37,7 @@ apt-get -qq update export DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-dev libavutil-dev \ libswscale-dev freerdp2-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev \ -libvorbis-dev libwebp-dev libwebsockets-dev wget libtool-bin +libvorbis-dev libwebp-dev libwebsockets-dev wget libtool-bin libc-bin # If apt fails to run completely the rest of this isn't going to work... if [ $? != 0 ]; then diff --git a/guac-install.sh b/guac-install.sh index 0206da0..a47a43f 100755 --- a/guac-install.sh +++ b/guac-install.sh @@ -304,7 +304,7 @@ export DEBIAN_FRONTEND=noninteractive # Required packages apt-get -y install build-essential libcairo2-dev ${JPEGTURBO} ${LIBPNG} libossp-uuid-dev libavcodec-dev libavformat-dev libavutil-dev \ libswscale-dev freerdp2-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev \ -libvorbis-dev libwebp-dev libwebsockets-dev freerdp2-x11 libtool-bin ghostscript dpkg-dev wget crudini \ +libvorbis-dev libwebp-dev libwebsockets-dev freerdp2-x11 libtool-bin ghostscript dpkg-dev wget crudini libc-bin \ ${MYSQL} ${LIBJAVA} ${TOMCAT} &>> ${LOG} # If apt fails to run completely the rest of this isn't going to work...