docker missing g++

This commit is contained in:
matlabbe
2017-07-13 14:18:58 -04:00
parent 81ae1eae51
commit fb69a37445
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
git \
cmake \
g++ \
software-properties-common
ENV ANDROID_HOME=/opt/android-sdk