ci: Add Python 3.8 Dockerfile

This commit is contained in:
Alexander Engelsberger
2021-11-04 11:59:05 +01:00
committed by GitHub
parent 6aa8a59a57
commit 76c147b57a

5
.ci/python38.Dockerfile Normal file
View File

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