We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92700a6 + 9118dca commit f4df4deCopy full SHA for f4df4de
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ubuntu:focal
2
3
+ENV LANG=C.UTF-8
4
+
5
RUN apt-get update
6
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends software-properties-common
7
RUN add-apt-repository -y 'ppa:deadsnakes/ppa'
tox.ini
@@ -4,7 +4,6 @@ skip_missing_interpreters = true
isolated_build = True
[testenv]
-download = True
8
deps =
9
.[test]
10
commands =
0 commit comments