We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1758d14 commit c638cbbCopy full SHA for c638cbb
Dockerfile.qa
@@ -1,4 +1,4 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:22.04
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
ARG PYTHON_VERSION
@@ -31,13 +31,6 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
31
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 ; \
32
fi
33
34
-# install setuptools
35
-RUN if [ $PYTHON_VERSION = '2.7' ] ; then \
36
- apt-get install python-setuptools -reinstall ;\
37
- else \
38
- apt-get install python3-setuptools ;\
39
- fi
40
-
41
# Register the version in alternatives
42
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
43
requirements.txt
@@ -3,4 +3,4 @@ requests
six
oauthlib
5
requests_oauthlib
6
-requests-kerberos
+requests-kerberos==0.14.0
0 commit comments