From 26cc0690ef7c4b6459f8e076f45d960489d70247 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Thu, 4 Nov 2021 14:05:03 +0100 Subject: [PATCH] ci: add python 3.6 Dockerfile --- .ci/python36.Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ci/python36.Dockerfile diff --git a/.ci/python36.Dockerfile b/.ci/python36.Dockerfile new file mode 100644 index 0000000..2083694 --- /dev/null +++ b/.ci/python36.Dockerfile @@ -0,0 +1,5 @@ +FROM python:3.6 + +RUN adduser --uid 1000 jenkins + +USER jenkins