Skip to content

Commit c638cbb

Browse files
committed
up base layer of docker ubuntu
1 parent 1758d14 commit c638cbb

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Dockerfile.qa

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
ARG PYTHON_VERSION
@@ -31,13 +31,6 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
3131
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 ; \
3232
fi
3333

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-
4134
# Register the version in alternatives
4235
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
4336

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ requests
33
six
44
oauthlib
55
requests_oauthlib
6-
requests-kerberos
6+
requests-kerberos==0.14.0

0 commit comments

Comments
 (0)