Skip to content
Snippets Groups Projects
Commit 97fd5fb3 authored by Ian Bell's avatar Ian Bell
Browse files

None of the python stuff is needed

parent bcc39a2f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
FROM ubuntu:20.04 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. # 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 # See https://stackoverflow.com/a/39278224
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment