ci: Path variable in container test

This commit is contained in:
Alexander Engelsberger 2021-11-05 12:06:36 +01:00
parent 8693ecbfb6
commit 872bad9b86
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

View File

@ -3,3 +3,5 @@ FROM python:3.9
RUN adduser --uid 1000 jenkins
USER jenkins
RUN export PATH=$PATH:~/.local/bin