ci: Add Python 3.7 Dockerfile

This commit is contained in:
Alexander Engelsberger 2021-11-04 14:02:55 +01:00 committed by GitHub
parent df99f1bc18
commit 84f90d026d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.ci/python37.Dockerfile Normal file
View File

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