1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-09-20 12:22:40 +02:00

Remove double repo installation

Prefer the one from package
This commit is contained in:
Julian Xhokaxhiu 2017-02-23 22:41:39 +01:00
parent b17f854375
commit 3b1d0eaecb

View File

@ -85,12 +85,6 @@ WORKDIR $SRC_DIR
RUN chmod 0755 /root/*
# Get the repo CLI tool from Google
###################################
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/
RUN chmod 0755 /usr/local/bin/repo
# Enable multilib support
#########################