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