Skip to content

Commit

Permalink
Add libqt5widgets5 to the list of install dependencies for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
raulccabreu committed Feb 20, 2017
1 parent a66347d commit 2a92f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a92f14

Please sign in to comment.