From 7dc56ca86f6631864e999529977a5de2bea709c5 Mon Sep 17 00:00:00 2001 From: Octavian Ionescu Date: Sat, 27 Jun 2020 04:03:14 +0300 Subject: [PATCH] Fix python dependency in test image (#336) (#337) In latest alpine release (3.12) there was an intentional change to drop python support without specify required version: python2 or python3. Signed-off-by: Octavian Ionescu --- test/docker/Test.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/docker/Test.dockerfile b/test/docker/Test.dockerfile index 9bbe478..0177f29 100644 --- a/test/docker/Test.dockerfile +++ b/test/docker/Test.dockerfile @@ -19,7 +19,6 @@ RUN apk update && apk add --no-cache --virtual .build-deps \ tar \ bash \ openssl \ - python \ py-pip \ git \ make \