From 768077a1f3f541ca1563a0284d5e1cc7c3529ea4 Mon Sep 17 00:00:00 2001 From: Brandon Barker Date: Tue, 17 Jul 2018 13:43:18 -0700 Subject: [PATCH] Purging Numpy breaks numpy support (#2091) numyp should not be purged, when it is removed the 'npy' file extension no longer works for pdal. --- scripts/docker/ubuntu/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/docker/ubuntu/Dockerfile b/scripts/docker/ubuntu/Dockerfile index de090fc15a..a9a423cb9f 100644 --- a/scripts/docker/ubuntu/Dockerfile +++ b/scripts/docker/ubuntu/Dockerfile @@ -60,7 +60,6 @@ RUN apt-get purge -y \ libtiff5-dev \ openssh-client \ python-dev \ - python-numpy \ python-software-properties \ software-properties-common \ wget \