github.com/kubeshop/testkube@v1.17.23/contrib/container/pytest/Dockerfile (about)

     1  FROM python:3.8.17-alpine3.18
     2  
     3  RUN set -ex \
     4      && python3 -m pip install --upgrade --no-cache-dir pip \
     5      && python3 -m pip install \
     6          --no-cache-dir \
     7          --upgrade pipenv \
     8          --upgrade requests \
     9          --upgrade pytest