From 4d0b8ccca362c47dd2c54f8a57aad19d40f1da15 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 6 Mar 2020 00:45:16 +0100 Subject: [PATCH] contrib: Dockerfile: add python3, drop python2 --- contrib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 3a239c68..75777756 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ file \ git \ subversion \ - python \ + python3 \ build-essential \ gawk \ unzip \