From f40b7e4219956966d87105433de41ca8d47e0ec5 Mon Sep 17 00:00:00 2001 From: Douglas Anderson Date: Mon, 26 Nov 2018 16:31:21 -0700 Subject: [PATCH] Don't bother cleaning up in the build stage --- Dockerfile-uhd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile-uhd b/Dockerfile-uhd index 7bb29842..7418b47e 100644 --- a/Dockerfile-uhd +++ b/Dockerfile-uhd @@ -9,8 +9,7 @@ RUN apt-get update -q && \ wget libboost-all-dev libusb-1.0-0-dev python3-setuptools \ python3-pip python3-setuptools python3-pip python3-numpy \ python3-mako python3-requests \ - cmake build-essential ca-certificates && \ - apt-get clean && rm -rf /var/lib/apt/lists/* + cmake build-essential ca-certificates RUN wget https://github.com/EttusResearch/uhd/archive/v${UHD_TAG}.tar.gz \ -O uhd.tar.gz && tar -xvzf uhd.tar.gz