From 2a92f14aa9c54e499b4fc51233d1258ee9b3156d Mon Sep 17 00:00:00 2001 From: Raul Abreu Date: Mon, 20 Feb 2017 15:22:39 -0300 Subject: [PATCH] Add libqt5widgets5 to the list of install dependencies for emulator --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ab4beb..61b2169 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ ENV PATH $PATH:$ANDROID_HOME/platform-tools #Install latest android tools and system images RUN echo y | android update sdk --no-ui --force -a --filter sys-img-x86-android-24 -# Install dependencies to run android tools 32bits binaries -RUN apt-get install gcc-multilib -y +# Install dependencies to run android tools binaries +RUN apt-get install gcc-multilib libqt5widgets5 -y # Creating sdcard image RUN mksdcard -l sdcard 100M sdcard.img