From 4ecef14ff61f8d06704e1f8f04aedd7ce0d6e6ff Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Fri, 15 May 2020 12:49:41 +0200 Subject: [PATCH] improve testing frame work --- testing/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/Dockerfile b/testing/Dockerfile index e50ef7f..3523449 100755 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -2,8 +2,10 @@ FROM ubuntu:18.04 ARG ZIP # Install dependencies -RUN apt-get update && apt-get install -y python3.7 +RUN apt-get update && apt-get install -y python3.7 \ + python3-pip RUN apt-get update && apt-get install -y unzip +RUN apt-get update && apt-get install -y build-essential WORKDIR /usr/test -- GitLab