From 97fd5fb325e02b354c1e165ded62959ab306c317 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Sun, 24 Oct 2021 21:27:27 -0400 Subject: [PATCH] None of the python stuff is needed --- dev/docker/gcov/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docker/gcov/Dockerfile b/dev/docker/gcov/Dockerfile index c69051e..76700ee 100644 --- a/dev/docker/gcov/Dockerfile +++ b/dev/docker/gcov/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 -RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake python3-numpy g++ gfortran git zip python3-six nano python3-pip gcovr ninja-build +RUN apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ git zip nano gcovr ninja-build # This ADD block forces a build (invalidates the cache) if the git repo contents have changed, otherwise leaves it untouched. # See https://stackoverflow.com/a/39278224 -- GitLab