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