ci: Cache subprojects in docker images

This commit is contained in:
Xavier Claessens
2020-01-13 12:31:15 -05:00
parent 8661d94c3e
commit b077c1403e
6 changed files with 33 additions and 7 deletions

View File

@@ -72,4 +72,7 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
USER user
WORKDIR /home/user
COPY cache-subprojects.sh .
RUN ./cache-subprojects.sh
ENV LANG C.UTF-8