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 <itavyg@gmail.com>
This commit is contained in:
Octavian Ionescu 2020-06-27 04:03:14 +03:00 committed by GitHub
parent 6b9da1c418
commit 7dc56ca86f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,6 @@ RUN apk update && apk add --no-cache --virtual .build-deps \
tar \
bash \
openssl \
python \
py-pip \
git \
make \