Big improvement in Carla Docker build time

This commit is contained in:
Marc Garcia Puig 2019-06-18 11:55:38 +02:00 committed by Néstor Subirón
parent daa82986cc
commit da4e9ec152
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ USER ue4
RUN cd /home/ue4 && \
git clone --depth=1 https://github.com/carla-simulator/carla.git && \
cd /home/ue4/ue4 && \
cd /home/ue4/carla && \
./Update.sh && \
make CarlaUE4Editor

View File

@ -32,7 +32,8 @@ RUN apt-get update ; \
unzip \
autoconf \
libtool \
rsync && \
rsync \
aria2 && \
pip2 install --user setuptools && \
pip3 install --user setuptools && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-7/bin/clang++ 170 && \