Skip to content

Commit

Permalink
Don't bother cleaning up in the build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
djanderson committed Nov 26, 2018
1 parent 8bf3663 commit f40b7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-uhd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f40b7e4

Please sign in to comment.