ci: cache test IV

This commit is contained in:
Alexander Engelsberger 2021-11-05 15:14:59 +01:00
parent 4f5c4ebe8f
commit 0788718c31
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@ FROM python:3.9
RUN adduser --uid 1000 jenkins RUN adduser --uid 1000 jenkins
USER jenkins USER jenkins
RUN mkdir -p /home/jenkins/.cache/pip

View File

@ -3,3 +3,5 @@ FROM python:3.6
RUN adduser --uid 1000 jenkins RUN adduser --uid 1000 jenkins
USER jenkins USER jenkins
RUN mkdir -p /home/jenkins/.cache/pip