We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b4c2 commit 48f6687Copy full SHA for 48f6687
toxic/Dockerfile
@@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive
12
RUN apt-get update && apt-get -y install apt-utils && apt-get -y install locales
13
RUN locale-gen en_US.UTF-8
14
15
-ENV SONAR_SCANNER_VERSION 4.2.0.1873
+ENV SONAR_SCANNER_VERSION 4.6.2.2472
16
ENV LANG=en_US.UTF-8
17
ENV LANGUAGE=en_US:en
18
ENV LC_ALL=en_US.UTF-8
toxic/provision.sh
@@ -33,6 +33,7 @@ apt-get -y install python3.6
33
apt-get -y install python3.7
34
apt-get -y install python3.8
35
apt-get -y install python3.9
36
+apt-get -y install python3.10
37
apt-get -y install python3-pip
38
pip3 install tox
39
0 commit comments