Added git to docker image
This commit is contained in:
parent
f826bfe474
commit
c695730c50
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ENV ANDROID_HOME /opt/android-sdk-linux
|
||||||
|
|
||||||
# Install common general tools
|
# Install common general tools
|
||||||
RUN apt-get update && \
|
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
|
apt-get clean
|
||||||
|
|
||||||
# Get the Android tools
|
# Get the Android tools
|
||||||
|
|
Loading…
Reference in a new issue