Added git to docker image

This commit is contained in:
Sylvain Berfini 2019-01-30 12:51:55 +01:00
parent f826bfe474
commit c695730c50

View file

@ -19,7 +19,7 @@ ENV ANDROID_HOME /opt/android-sdk-linux
# Install common general tools
RUN apt-get update && \
apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh && \
apt-get install -y curl nano sudo unzip vim wget openjdk-8-jdk-headless rsync ssh git && \
apt-get clean
# Get the Android tools