ci: add python 3.6 Dockerfile

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

5
.ci/python36.Dockerfile Normal file
View File

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