ci: add python 3.10 Dockerfile

This commit is contained in:
Alexander Engelsberger
2021-11-04 15:40:14 +01:00
committed by GitHub
parent c88bf9c6b7
commit 8ed385f6d2

5
.ci/python310.Dockerfile Normal file
View File

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