From 6921e8c4429de8e36251c168edf7e88664b3dd88 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 24 Feb 2017 11:56:48 +0100 Subject: [PATCH] Fixed libQt5Widgets.so.5.5 error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 175bc84..30a8a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV PATH="${PATH}:${JAVA_HOME}/bin" #===================== # Install Android SDK #===================== -RUN apt-get install wget unzip -y +RUN apt-get install wget unzip libqt5webkit5 -y RUN wget https://dl.google.com/android/repository/tools_r25.2.3-linux.zip RUN unzip tools_r25.2.3-linux.zip && rm tools_r25.2.3-linux.zip