ci: Add Python 3.9 Dockerfile

This commit is contained in:
Alexander Engelsberger 2021-11-04 11:59:34 +01:00 committed by GitHub
parent 76c147b57a
commit df99f1bc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.ci/python39.Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM python:3.9
RUN adduser --uid 1000 jenkins
USER jenkins