From a89886e5ce09859fe3f510223c0273829a78fc5c 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 50d7ff89..410805e7 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -5,7 +5,7 @@ RUN apt update && apt install -y --no-install-recommends \ file \ git \ subversion \ - python \ + python3 \ build-essential \ gawk \ unzip \