ci: Add Python 3.9 Dockerfile
This commit is contained in:
parent
76c147b57a
commit
df99f1bc18
5
.ci/python39.Dockerfile
Normal file
5
.ci/python39.Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM python:3.9
|
||||
|
||||
RUN adduser --uid 1000 jenkins
|
||||
|
||||
USER jenkins
|
Loading…
Reference in New Issue
Block a user